CreateNewItemOptions Class |
Namespace: ShellBoost.Core.WindowsShell
public class CreateNewItemOptions
The CreateNewItemOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateNewItemOptions | Initializes a new instance of the CreateNewItemOptions class |
Name | Description | |
---|---|---|
![]() | ExistingFileNames |
An optional list of existing file names to let the Shell find a non colliding name. Only used if targetPath is null.
|
![]() | ExistingFolderNames |
An optional list of existing folder names to let the Shell find a non colliding name. Only used if targetPath is null.
|
![]() | TargetPath |
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.
|