pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> Result<CString>
Available on crate feature process only.
Expand description

getcwd()—Return the current working directory.

If reuse is non-empty, reuse its buffer to store the result if possible.

References