Function rustix::process::getcwd

source ·
pub fn getcwd<B: Into<Vec<u8>>>(reuse: B) -> Result<CString>
Expand description

getCWD—Return the current working directory.

If reuse already has available capacity, reuse it if possible.

§References