Module rustix::fs::cwd

source ·
Expand description

The cwd function, representing the current working directory.

§Safety

This file uses AT_FDCWD, which is a raw file descriptor, but which is always valid.

Functions§

  • cwdDeprecated
    Return the value of [CWD].