Searched refs:basepath (Results 1 – 2 of 2) sorted by relevance
3069 immutable basepath = deleteme ~ "_dir"; variable3070 scope(exit) () @trusted { rmdirRecurse(basepath); }(); in scope()3072 auto path = buildPath(basepath, "a", "..", "b");3077 path = buildPath(basepath, "c");3081 path = buildPath(basepath, "d");3093 immutable basepath = deleteme ~ "_dir"; variable3096 immutable path = basepath ~ "\\fake\\here\\"; in version()3100 immutable path = basepath ~ `/fake/here/`; in version()3104 assert(basepath.exists && basepath.isDir);3105 scope(exit) () @trusted { rmdirRecurse(basepath); }(); in scope()