Click or drag to resize

CreateNewItemOptions Properties

The CreateNewItemOptions type exposes the following members.

Properties
  NameDescription
Public propertyExistingFileNames
An optional list of existing file names to let the Shell find a non colliding name. Only used if targetPath is null.
Public propertyExistingFolderNames
An optional list of existing folder names to let the Shell find a non colliding name. Only used if targetPath is null.
Public propertyTargetPath
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.
Top
See Also