Function xdg::get_config_dirs
[-] [+]
[src]
pub fn get_config_dirs() -> Vec<PathBuf>
Get the config directories.
If $XDG_CONFIG_DIRS is not set, it returns [/etc/xdg].
pub fn get_config_dirs() -> Vec<PathBuf>
Get the config directories.
If $XDG_CONFIG_DIRS is not set, it returns [/etc/xdg].
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).