pub fn resolved_config_path(file: ConfigFile) -> PathBufExpand 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.