pathSep top-level property

String pathSep
final

The platform-specific path separator character.

For example, \ on Windows, / on Unix-like systems.

Implementation

final String pathSep = Platform.pathSeparator;