rustix::process

Function fchdir

source
pub fn fchdir<Fd: AsFd>(fd: Fd) -> Result<()>
Expand description

fchdir(fd)—Change the current working directory.

§References