Crate normalizefs

Source
Expand description

Normalization of file system paths.

Independant Rust implementation of file path normalizer. This crate can normalize POSIX, Windows UNC, Windows with drive and Windows with drive relative.

Functionsยง

canonicalize
Convert path to absolute form.
is_absolute
Checks if path is absolute according to current os
join
Joins two paths according to current os
normalize
Normalize path according to current os