Function lrs::syscall::fchdir

Set the current working directory to the directory referenced by a file descriptor.

Syntax

fn fchdir(fd: i32) -> i32

Arguments

NameDescription
fd

The file descriptor pointing to the new working directory.

See also