Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wjakob/filesystem
A tiny self-contained path manipulation library for C++
https://github.com/wjakob/filesystem
Last synced: 25 days ago
JSON representation
A tiny self-contained path manipulation library for C++
- Host: GitHub
- URL: https://github.com/wjakob/filesystem
- Owner: wjakob
- License: other
- Created: 2015-02-16T15:24:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T18:43:35.000Z (over 2 years ago)
- Last Synced: 2024-10-13T16:25:33.573Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 243
- Watchers: 18
- Forks: 75
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - filesystem - contained path manipulation library for C++ (C++)
README
#### filesystem/path.h: A simple class for manipulating paths on Linux/Windows/Mac OS
This class is just a temporary workaround to avoid the heavy boost dependency
until `boost::filesystem` is integrated into the standard template library at
some point in the future.