Command: FolderCreate
- Updated2023-02-21
- 2 minute(s) read
Command: FolderCreate
Creates a folder.
Input Parameters
FSSourceName |
Specifies the source file or source folder for DIAdem file and folder commands. |
| Note If the folder to be generated already exists, DIAdem terminates the command without an error message. |
| Note You also can create subfolders. |
Example
The following example creates the subfolder MySub1\MySub2 in the SCRIPT user folder.
| VBScript | Python |
Call FolderCreate(ScriptReadPath & "MySub1\MySub2")
Related Topics
Command: DataFileCopy | Command: DataFileDelete | Command: DataFileLstGet | Command: DataFileMove | Command: DataFileRename | Command: DataFileSelDlg | Command: FolderAttrClear | Command: FolderAttrSet | Command: FolderCopy | Command: FolderDelete | Command: FolderMove | Command: FolderRename | Command: FolderUnzip | Command: FolderZip | Command: PathAddTrailingBackslash | Function: DataFileSize | Function: FileAttrCheck | Function: FileDateGet | Function: FileSize | Function: FilEx | Function: FolderAttrCheck | Function: FolderDateGet | Function: FolderExist | Function: FolderSize

