pub const MAIN_SEPARATOR: char = _; // '/'
The primary separator of path components for the current platform, represented as a char; for example, this is '/' on Unix and '\\' on Windows.
char
'/'
'\\'