remove - multiple declarations

Function remove

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

Prototypes

void remove(
  const(Path) name
);

void remove(
  const(string) name
);

Alias remove

Alias of same-named function from std.file

Declaration

alias remove;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng