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