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
ASYNCHRONOUS
Changes the current working directory to the specified absolute or relative path.
aFileManager.changeDirectory( "/an/absolute/path" ) .then ( ... ) .catch ( function ( e ) { console.log ( e ); } .done ();