pub const sep: char = '\\';
Expand description

Provides the platform-specific path segment separator:

  • \ on Windows
  • / on POSIX