Function winpath::remove_dotdot

source ·
pub fn remove_dotdot(
    buf: &[u16],
    prefix_len: usize,
    prefix_slice: &[u16]
) -> (Vec<u16>, bool)