pub fn get_cobia_user_data_folder() -> PathBufExpand description
#get COBIA user data folder
Returns the folder where COBIA per-user data is located (e.g. registry)
ยงExamples
use cobia;
cobia::cape_open_initialize().unwrap();
println!("Cobia user data folder: {}",cobia::get_cobia_user_data_folder().to_str().unwrap());