Function getcwd
Source pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> Result<CString>
Available on crate features process
and fs
only.
Expand description
getcwd
—Return the current working directory.
If reuse
already has available capacity, reuse it if possible.
§References