Function posish::fs::cwd[][src]

pub fn cwd() -> BorrowedFd<'static>
Expand description

AT_FDCWD

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