chdir - multiple declarations

Function chdir

Like std.file.chdir, but supports Path and command echoing.

Prototypes

void chdir(
  const(Path) pathname
);

void chdir(
  const(string) pathname
);

Alias chdir

Alias of same-named function from std.file

Declaration

alias chdir;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng