X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpath.h;h=751c0e3d2f66a3580e590402322d4a6aa1fb6af6;hp=8c24f191394e5198d14fd7222f54f3c7bf1a6df6;hb=9c48f72f02e3112f4193cc8b3f12b135aa483de1;hpb=a2a494043d5cf228cf1b3e5551e3abb486a60191 diff --git a/source/path.h b/source/path.h index 8c24f19..751c0e3 100644 --- a/source/path.h +++ b/source/path.h @@ -23,6 +23,11 @@ enum #endif }; +/** +Stores a filesystem path. Paths are always stored in a normalized form; there +are never any "." or ".." components in the middle of the path, and relative +paths always begin with a single "." component or a sequence ".." components. +*/ class Path { public: