Creates necessary parent directories and directory represented by the file object and return whether the directory and its parent directories where successfully created.
Syntax
mkDir( file )
file.mkDir( )
Parameters
Returns
boolean
|
true if directory path was created.
false if directory path could not be created.
|
Example
fh.mkDirs( )
|