Description
C and C++ programs can handle file paths across Linux, FreeBSD, Windows, and macOS with one small library. This is useful for projects that need predictable path joining, normalization, and parsing across different path styles.
It is a development library, not a file manager. Applications still need to handle permissions, encodings, symlinks, and untrusted paths carefully.