devela::_dep::rustix::process

Function fchdir

pub fn fchdir<Fd>(fd: Fd) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

fchdir(fd)—Change the current working directory.

§References