Creates the directory represented by the specified file object and return whether the directory was successfully created.
Syntax
mkDir( file )
file.mkDir( )
Parameters
Returns
boolean
|
true if directory was created.
false if could not be created.
|
Example
fh.mkDir( )
|