[go: up one dir, main page]

rustix::process

Function chdir

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

chdir(path)—Change the current working directory.

§References