devela::_dep::rustix::process

Function getcwd

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

getcwd—Return the current working directory.

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

§References