kPathSeparator top-level property

String kPathSeparator
getter/setter pair

Implementation

String kPathSeparator = Platform.isWindows ? '\\' : '/';