Function rustix::process::fchdir

source ·
pub fn fchdir<Fd: AsFd>(fd: Fd) -> Result<()>
Available on crate feature process only.
Expand description

fchdir(fd)—Change the current working directory.

References