D Documentation  
pathsep
const char[] pathsep;

Represents the string, which seperates two paths.

Example:
writefln(pathsep);

Output:
;

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