Skip to main content

read_xdg_config_raw

Function read_xdg_config_raw 

Source
pub fn read_xdg_config_raw() -> Result<Option<FileConfig>>
Expand description

Reads the XDG configuration file and returns the full FileConfig.

Used by operations that need the complete structure (list, remove, export). Returns Ok(None) if the file does not exist or the XDG path is unavailable.