chdir

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

  1. void chdir(Path!C pathname)
    void
    chdir
    (
    C
    )
    ()
    if (
    isSomeChar!C
    )
  2. void chdir(char[] pathname)

Meta