chdir - multiple declarations

Function chdir

Just like std.file.chdir, but takes a Path, and echoes if scriptlikeEcho is true.

Prototype

void chdir(
  const(Path) pathname
);

Function chdir

Just like std.file.chdir, but echoes if scriptlikeEcho is true.

Prototype

void chdir(
  const(string) pathname
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng