Function nwr_path

Source
pub fn nwr_path() -> PathBuf
Expand description

nwr working path

let path = nwr::nwr_path();

assert!(std::path::Path::new(&path).exists());