Constant linux_stat::CURRENT_DIRECTORY
source · pub const CURRENT_DIRECTORY: RawFd = linux_raw_sys::general::AT_FDCWD; // -100i32Expand description
Special file descriptor that represent the current directory.
pub const CURRENT_DIRECTORY: RawFd = linux_raw_sys::general::AT_FDCWD; // -100i32Special file descriptor that represent the current directory.