Click or drag to resize

CreateNewItemOptionsTargetPath Property

Gets or sets the target path. If null, a new temp directory will be created. If a new directory is created, you will have to delete it if needed, including the files in it.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string TargetPath { get; set; }

Property Value

Type: String
The target path.
See Also