FileCreateDir()

Namespace ›› System ›› Mfunc ›› Methods ››
Parent Previous Next

FileCreateDir()

Mfunc.FileCreateDir(DirName)

Mfunc.FileCreateDir(DirName)

Creates a directory/folder.

Parameters

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

Throws MfException is non-zero then InnerException has a message of A_LastError

Remarks

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.

Example

Mfunc.FileCreateDir("C:\Test1\My Images\Folder2")