Function xdg::get_config_home
[-] [+]
[src]
pub fn get_config_home() -> Result<PathBuf>
Get the config home directory.
If $XDG_CONFIG_HOME
is not set, it returns $HOME/.config
.
pub fn get_config_home() -> Result<PathBuf>
Get the config home directory.
If $XDG_CONFIG_HOME
is not set, it returns $HOME/.config
.
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
).