file is not a directory).
rmdirRecurse
fn
void rmdirRecurse(scope const(char)[] pathname) @safeRemove directory and all of its content and subdirectories, recursively.
Parameters
pathname | the path of the directory to completely remove |
de | The DirEntry to remove |
Throws
FileException if there is an error (including if the given
fn
void rmdirRecurse(ref scope DirEntry de) @safeditto
fn
void rmdirRecurse(scope DirEntry de) @safeditto