Description
Provides OCaml helpers for handling file-system paths with POSIX and Windows conventions. Programs can build, inspect, normalize, compare, and display paths without scattering platform assumptions through the code.
Use it when an OCaml project manipulates paths directly. It helps represent paths clearly, but applications still need permission checks and careful handling of user-provided paths.