pathSep top-level property
The platform-specific path separator character.
For example, \ on Windows, / on Unix-like systems.
Implementation
final String pathSep = Platform.pathSeparator;
The platform-specific path separator character.
For example, \ on Windows, / on Unix-like systems.
final String pathSep = Platform.pathSeparator;