/// List of filepaths that are not allowed for sound program usage
pub const BLACK_LIST: = ;
/// File path of rif ignore
pub const RIF_IGNORE_FILE: &str = ".rifignore";
/// File path of rif list
pub const RIF_REL_FILE: &str = "rel";
/// Main rif directory
pub const RIF_DIECTORY: &str = ".rif";
/// Update messages
pub const RIF_HIST_FILE: &str = "history";
/// Config
pub const RIF_CONFIG: &str = "config";
/// Meta
pub const RIF_META: &str = "meta";