Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func FindPath ¶
FindPath expands environment-aware variables and returns an absolute path from a given base path (not CWD). Path Prefix Expands:
- $HOME or ~ : xdg.Home
- $XDG_CONFIG_HOME: xdg.ConfigHome
- $XDG_CACHE_HOME : xdg.CacheHome
- $XDG_DATA_HOME : xdg.DataHome
- $RONG_CONFIG : xdg.ConfigHome + "rong"
- $RONG_CACHE : xdg.CacheHome + "rong"
- $RONG_DATA : xdg.DataHome + "rong"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.