# Normalize file paths (Win32API)
[](https://crates.io/crates/normalizefs-win)
[](https://unlicense.org)
[](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[](https://docs.rs/normalizefs-win)
[](https://crates.io/crates/normalizefs-win/versions)
[](https://github.com/XAMPPRocky/tokei)
### Normalize file system paths
This rust library have several functions:
1. Test if path is an absolute
2. Join paths
3. Normalize path
4. Canonicalize path
Normalization logic is provided by Win32API.
## License
This is free and unencumbered software released into the public domain.
This code can be used under terms of [CC0](https://creativecommons.org/publicdomain/zero/1.0/) or
the [Unlicense](https://unlicense.org).
