Constant af_core::path::SEPARATOR 1.0.0[−][src]
pub const SEPARATOR: char = crate::sys::path::MAIN_SEP; // '/'
The primary separator of path components for the current platform.
For example, / on Unix and \ on Windows.