D Documentation  
sep
const char[] sep;

Represents the character, which is used to separate directory names in a path.

Example:
writefln(sep);
writefln(altsep);

Output on Windows:
\
/

See also:
altsep, pathsep, linesep
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.