devela::_dep::rustix::fs

Constant CWD

pub const CWD: BorrowedFd<'static>;
Available on crate feature dep_rustix only.
Expand description

AT_FDCWD—A handle representing the current working directory.

This is a file descriptor which refers to the process current directory which can be used as the directory argument in *at functions such as openat.

§References