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
Sometimes I want to delete directories that aren't empty. I don't want to have to recursively walk the contents (asynchronously!) myself to do that. Suggestion:
new Directory('path...').deleteSync(recursive: true);