run_make_support::path_helpers

Function cwd

source
pub fn cwd() -> PathBuf
Expand description

Return the current working directory.

This forwards to std::env::current_dir, please see its docs regarding platform-specific behavior.