rename - multiple declarations

Function rename

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

Prototypes

void rename(
  const(Path) from,
  const(Path) to
);

void rename(
  const(string) from,
  const(Path) to
);

void rename(
  const(Path) from,
  const(string) to
);

void rename(
  const(string) from,
  const(string) to
);

Alias rename

Alias of same-named function from std.file

Declaration

alias rename;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng