Environment.cwd

Set the current working directory

  1. void cwd(const(char)[] path)
  2. char[] cwd()
  3. void cwd(const(char)[] path)
    struct Environment
    version(Posix)
    static
    void
    cwd
    (
    const(char)[] path
    )
  4. char[] cwd()

Meta