os.Path.mkDir
Creates a new directory.
Syntax
os.Path.mkDir(
path STRING)
RETURNS INTEGER
- path is the path of the directory to create.
Usage
The function returns TRUE
if the directory has been successfully created,
FALSE
otherwise.
Creates a new directory.
os.Path.mkDir(
path STRING)
RETURNS INTEGER
The function returns TRUE
if the directory has been successfully created,
FALSE
otherwise.