CreateDirectory
Creates a directory in the computer’s file system.
Syntax
-
CreateDirectory(s)-
sis a string
-
Description
If s is a fully-qualified path to an existing directory in the file system followed by a directory separator character and a valid directory name, then CreateDirectory(s) attempts to create the this directory at the specified path.
Examples
CreateDirectory("D:\images")
success