Description
Provides high-level, byte-based file and directory path manipulation for Haskell. Byte-based paths are useful when filenames may not decode cleanly as text on a given system.
It is useful for system tools, backup utilities, file managers, build tools, and packages that need robust path handling. It is a developer library and requires care around encoding and platform behavior.