#include <FullID.hpp>
Public Member Functions | |
| SystemPath (StringCref systempathstring="") | |
| SystemPath (SystemPathCref systempath) | |
| const String | getString () const |
| bool | isAbsolute () const |
| bool | isValid () const |
Static Public Attributes | |
| static const char | DELIMITER = '/' |
Protected Member Functions | |
| void | standardize () |
| Standardize a SystemPath. | |
| void libecs::SystemPath::standardize | ( | ) | [protected] |
Standardize a SystemPath.
Reduce '..'s and remove extra white spaces.
1.5.5