This is a fork of the lighweight C path manipulation library. It supports UNIX and Windows path styles on all platforms. The main difference is the header only library style of this version
Please have a look at the reference for detailed information. Some features this library includes:
- cross-platform on Linux, FreeBSD, Windows and MacOS
- simple interface - just one header
- combine paths together
- basename, dirname and extension parsing
- normalize and cleanup paths
- resolve and generate relative paths
- iterate segments of the path
- and more things...
All the documentation is available in the the github page of this repository.