Skip to main content

resolved_config_path

Function resolved_config_path 

Source
pub fn resolved_config_path(file: ConfigFile) -> PathBuf
Expand description

What: Resolve the active path for a Pacsea config file.

Inputs:

  • file: Target config file kind.

Output:

  • Absolute path the patch layer will read/write for this file.

Details:

  • Uses the same resolution logic as patch_key, including existing-file discovery (split files and legacy fallbacks) and default path fallback.