fn case_insensitive_exists(path: &Path) -> boolExpand description
Check whether a file exists using case-insensitive extension matching.
Tries the exact path first (fast), then scans the parent directory for
a case-variant match (e.g. .XMP vs .xmp).