Function tauri_utils::display_path

source ·
pub fn display_path<P: AsRef<Path>>(p: P) -> String
Expand description

Reconstructs a path from its components using the platform separator then converts it to String and removes UNC prefixes on Windows if it exists.