We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of FileManager)
Parameters:
filename
Returns: Promise, resolving to the new directory
ASYNCHRONOUS
Deletes the specified file.
aFileManager.deleteFile ( "/path/to/file.txt" ) .then ( ... ) .catch ( function ( e ) { console.log ( e ); } .done ();