Skip to main content

write_file_config

Function write_file_config 

Source
pub fn write_file_config(config: &FileConfig) -> Result<PathBuf>
Expand description

Writes a complete FileConfig to the XDG configuration file.

Creates parent directories if necessary. On Unix systems, sets 600 permissions.