PathCommon.data

Undocumented in source.
mixintemplate PathCommon(PathType, StringType, alias theSeparator, alias theCaseSensitivity)
StringType data;

Examples

assert(PathType().data != "");
assert(PathType("123").data == "123");
assert(PathType("C:///toomany//slashes!\\").data == "C:///toomany//slashes!\\");

Meta