Function mangle
Source pub fn mangle(path_um: &[u8]) -> String
Expand description
Mangles a file path by applying the mangle_filename function to each component of the path.
§Arguments
path_um - The original file path.
§Returns
A mangled file path where each component is mangled using the mangle_filename function.