games202-hw/hw2/prt/ext/filesystem
ink-soul f449127608 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
..
filesystem init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
.gitignore init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
CMakeLists.txt init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
LICENSE init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README.md init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
path_demo.cpp init commit ready for homework framwork 2023-06-16 09:48:28 +08:00

README.md

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.