Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

Awesome Lists containing this project

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.