[go: up one dir, main page]

rustix::process

Function 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