delimiter

abstract val delimiter: String

Delimiter

Provides the platform-specific path delimiter:

  • On POSIX systems, this is :.

  • On Windows systems, this is ;.

See also