pub fn get_directory_path(dir: Directory) -> PathBuf
Expand description

Returns the absolute path to the CLEO root directory or one of its sub-directories

since v6

Examples found in repository?
lib.rs (line 280)
279
280
281
pub fn get_cleo_folder() -> std::path::PathBuf {
    get_directory_path(Directory::CLEO)
}