You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the specified directory. If the directory is not empty, and recursive is true, it is removed recursively. If it is not empty and recursive is false, then an error is returned.
Usage
aFileManager.removeDirectory ( "/path/to/dirA", true )
.then ( ... )
.catch ( function ( e ) { console.log ( e ); }
.done ();