Function get_cobia_system_data_folder

Source
pub fn get_cobia_system_data_folder() -> String
Expand 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());