We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of FileManager)
Parameters:
path
Returns: Promise, resolving to the new directory
ASYNCHRONOUS
Creates the new directory, relative to the current working directory.
aFileManager.createDirectory ( "movies" ) .then ( ... ) .catch ( function ( e ) { console.log ( e ); } .done ();