Simple delete directory tree?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Apr 26 13:55:36 PDT 2013


On Friday, 26 April 2013 at 20:54:41 UTC, Nick Sabalausky wrote:
> Does phobos have a simple way to delete a directory tree?
> std.file.rmdir(path) and std.file.remove(path) don't seem to do 
> it.

Try rmdirRecurse


More information about the Digitalmars-d-learn mailing list