https://github.com/quantum5/posixpath
Simple POSIX-style path library for C++
https://github.com/quantum5/posixpath
Last synced: 7 months ago
JSON representation
Simple POSIX-style path library for C++
- Host: GitHub
- URL: https://github.com/quantum5/posixpath
- Owner: quantum5
- License: mit
- Created: 2019-04-11T05:34:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T05:46:19.000Z (about 7 years ago)
- Last Synced: 2024-12-28T21:16:43.356Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# posixpath
Simple POSIX-style path library for C++, based on Python's `posixpath`.
Features are added as needed.
## Current Features
* `join`
* `normpath`