Creates a directory/folder.
DirCreate ( "path" )
Parameters
path | Path of the directory to create. |
Return Value
Success: | Returns 1. |
Failure: | Returns 0 if there is an error creating the directory. |
Remarks
This function will also create all parent directories given in "path" if they do not already exist.
Related
DirRemove, FileCopy
Example
DirCreate("C:\Test1\Folder1\Folder2")