pub fn get_cobia_system_data_folder() -> StringExpand description
#get COBIA system data folder
Returns the folder where COBIA all-users data is located (e.g. registry)
For a per-user installation, this is the same folder as the user data folder.
ยงExamples
use cobia;
cobia::cape_open_initialize().unwrap();
println!("Cobia system data folder: {}",cobia::get_cobia_system_data_folder());