dirSeparator

String used to separate directory names in a path. Under POSIX this is a slash, under Windows a backslash.

version(Posix)
enum string dirSeparator;

Meta