Remove directory pathname.
Range or string specifying the directory name
FileException on error.
auto dir = deleteme ~ "dir"; dir.mkdir; assert(dir.exists); dir.rmdir; assert(!dir.exists);
See Implementation
Remove directory pathname.