Since we're on the topic of std.path, does anyone have an opinion as to how it should handle the various string types? Currently, it only deals with string, i.e. immutable(char)[], but should it also be able to handle the other permutations of mutable/const/immutable and char/wchar/dchar? -Lars