Abscissa / scriptlike

Utility library to help you write script-like programs in D
Other
93 stars 10 forks source link

Function to delete directory tree #3

Closed Abscissa closed 9 years ago

Abscissa commented 10 years ago

Need a function to delete an entire directory tree. IIRC, rmdir only deletes empty directories.

Abscissa commented 9 years ago

Wait, wasn't there already a rmdirRecurse when this issue was posted???