Function rustix::process::getcwd[][src]

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

getcwd()

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

References