Mfunc.FileCreateDir(DirName)
Creates a directory/folder.
DirName
Name of the directory to create, which is assumed to be in %A_WorkingDir% if an absolute path isn't specified.
Can be MfString instance or var containing string.
Throws MfException is non-zero then InnerException has a message of A_LastError
Wrapper for AutoHotkey Docs - FileCreateDir.
Static method.
This command will also create all parent directories given in DirName if they do not already exist.
See Also: AutoHotkey Docs - FileCreateDir.
Mfunc.FileCreateDir("C:\Test1\My Images\Folder2")