Function rustix::process::getcwd

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

getcwd()

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

References