sep

abstract val sep: String

Separator

Provides the platform-specific path segment separator:

  • On POSIX systems, this is /.

  • On Windows systems, this is \.

See also