Skip to main content

normalize_file_path

Function normalize_file_path 

Source
pub fn normalize_file_path(file_path: &str) -> String
Expand description

Normalize file path to relative path from cwd for consistent tracking. Resolves symlinks to handle /tmp vs /private/tmp on macOS.