Path.chdir

Change current working directory to this.

  1. void chdir()
    struct Path
    @safe const
    void
    chdir
    ()
  2. void chdir(string[] sub_path)
  3. void chdir(Path sub_path)

Meta