Tom94 / filesystem

A tiny self-contained path manipulation library for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tiny self-contained path manipulation library for C++

License:Other


Languages

Language:C++ 98.4%Language:CMake 1.6%