SystemPathSeparator

A platform-specific character separating parts of the path. It's inherited from the default system's filesystem. It should not be used if an application is working with multiple filesystems having different separators.

For example, the separator is usually / on Unix and \ on Windows.