pub fn chdir<P: Arg>(path: P) -> Result<()>
Available on crate feature process only.
Expand description

chdir(path)—Change the current working directory.

References