FileCreateDir

Creates a directory/folder.

FileCreateDir, DirName

 

Parameters

DirName Name of the directory to create, which is assumed to be in %A_WorkingDir% if an absolute path isn't specified.

 

ErrorLevel

ErrorLevel is set to 1 if there was a problem or 0 otherwise.

 

Remarks

This command will also create all parent directories given in DirName if they do not already exist.

 

Related

FileRemoveDir

 

Example

FileCreateDir, C:\Test1\Folder1\Folder2