https://github.com/wjakob/filesystem
A tiny self-contained path manipulation library for C++
https://github.com/wjakob/filesystem
Last synced: about 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T18:43:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T11:05:15.959Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 246
- Watchers: 18
- Forks: 78
- 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.