Description
A Haskell library for cross-platform file handling. It helps programs work with paths, files, and filesystem behavior in a way that is less tied to one operating system.
Developers use it in tools that need to run on Linux, macOS, and Windows. File handling should still account for permissions, encodings, path separators, symlinks, and failure during reads or writes.