Function rustix::process::fchdir

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

fchdir(fd)—Change the current working directory.

§References