Creates a new file system directory.
os.mkdir("path")
path is the file system path to be created.
path
True if successful, otherwise nil and an error message.
Premake 4.0 or later.