pub fn cwd() -> PathBufExpand description
Return the current working directory.
This forwards to std::env::current_dir, please see its docs regarding platform-specific
behavior.
pub fn cwd() -> PathBufReturn the current working directory.
This forwards to std::env::current_dir, please see its docs regarding platform-specific
behavior.