Commit graph

6 commits

Author SHA1 Message Date
68716e9193 Filesystem - Actual filesystem operations
* Entry type, directory listing
 * Directory creation and deletion
 * File deletion
 * Move
2018-12-23 22:30:11 +01:00
3ef6dcd55e Path style comparison operators 2018-12-23 22:28:33 +01:00
fc3415047f Filesystem paths - Path style support 2018-12-23 18:17:55 +01:00
96d81b9cd3 T_FSPathStyle - Most methods made constexpr 2018-12-22 09:17:16 +01:00
ee02f9c5c7 Filesystem - Path style abstraction
A class that carries information about a filesystem path's style: case
sensitivity, path separator and whether it supports drive letters.
2018-12-19 08:30:11 +01:00
5497856be2 Filesystem abstraction 2017-12-27 10:49:31 +01:00