Config type representing a path.
char *
NULL
char *
, which may be NULL
ConfigSet
is freedData | Description | Links |
---|---|---|
CstPath | Config type representing a path |
Function | Description | Links |
---|---|---|
path_destroy() | Destroy a Path | ConfigSetType::destroy(), cfg_type_destroy |
path_native_get() | Get a string from a Path config item | ConfigSetType::native_get(), cfg_type_native_get |
path_native_set() | Set a Path config item by string | ConfigSetType::native_set(), cfg_type_native_set |
path_reset() | Reset a Path to its initial value | ConfigSetType::reset(), cfg_type_reset |
path_string_get() | Get a Path as a string | ConfigSetType::string_get(), cfg_type_string_get |
path_string_set() | Set a Path by string | ConfigSetType::string_set(), cfg_type_string_set |
path_tidy() | Tidy a path for storage |