Function rmdir

Like std.file.rmdir, but supports Path, command echoing and dryrun.

Prototypes

void rmdir(
  const(Path) pathname
);

void rmdir(
  const(string) pathname
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng