Function mupdf_sys::fz_cleanname[][src]

pub unsafe extern "C" fn fz_cleanname(name: *mut c_char) -> *mut c_char

rewrite path to the shortest string that names the same path.

Eliminates multiple and trailing slashes, interprets “.” and “..”. Overwrites the string in place.