Function run_make_support::path_helpers::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.