ccproxy.core.system¶
ccproxy.core.system
¶
get_xdg_config_home
¶
Get the XDG_CONFIG_HOME directory.
Returns:
Type | Description |
---|---|
Path
|
Path to the XDG config directory. Falls back to ~/.config if not set. |
Source code in ccproxy/core/system.py
get_xdg_data_home
¶
Get the XDG_DATA_HOME directory.
Returns:
Type | Description |
---|---|
Path
|
Path to the XDG data directory. Falls back to ~/.local/share if not set. |