Function get_path

Source
pub fn get_path(name: Option<&str>) -> Result<PathBuf>
Expand description

Construct the path to a snapshot file with the specifed name (defaults to main) under the directory specified by the (snapshot_dir)[fn.snapshot_dir.html] function.