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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string TargetPath { get; set; }

Property Value

Type: String
The target path.
See Also