fn get_working_directory() -> PathBuf
Expand description

Gets working directory Uses std::env::current_exe() for this purpose. Current exe directory is ./target/{profile}/deps/{app_name}.exe Function returns ./target/{profile}