Simple delete directory tree?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Apr 26 14:15:20 PDT 2013


On 4/26/13, Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:
> I don't know how I managed to overlook that! Thanks :)

I'd actually prefer if it was an enum or some other default parameter
in the rmdir function itself:

rmdir(string path, bool doRecurse = false);


More information about the Digitalmars-d-learn mailing list