pub const CWD: Directory;
Available on
Linux
only.Expand description
A special constant Directory
that always represents to current directory of the process. Can
be passed to functions in place of a manually opened Directory
to indicate that the operation
should use the process’s cwd.