devela::_dep::rustix::process

Function chdir

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

chdir(path)—Change the current working directory.

§References