pub fn get_cobia_folder() -> PathBufExpand description
#get COBIA installation folder
Returns the COBIA installation folder of the currently loaded COBIA
ยงExamples
use cobia;
cobia::cape_open_initialize().unwrap();
println!("Cobia installation folder: {}",cobia::get_cobia_folder().to_str().unwrap());