Constant nodejs_path::posix::sep[][src]

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

Provides the platform-specific path segment separator:

  • \ on Windows
  • / on POSIX