CreateFolder
CreateFolder
Creates the folder specified. Does not return an error if the folder currently exists.
Properties
CreateAll
Type: System.Object
Specifies whether to create all folders specified in the 'Parent Folder'. If set to 'False' the operation will fail if any of the folders in the path do not exist. You can also bind this parameter to a conditional. Defaults to True.
FolderName
Type: System.String
Specifies the name of the new folder to create.
ParentFolder
Type: System.String
Specifies the parent folder under which to create a new folder.
Add Comment