Function file-mkdir
file-mkdir dirPath
Creates a directory.
- Parameters:
- dirPath -
String representing the path name of the directory to create.
- Returns:
-
True if the directory was successfully created. False otherwise.
-
The parent directory of dirPath must exist.
Report a bug or request new features
© 2002