pub const MAIN_SEPARATOR_STR: &str;
🔬 This is a nightly-only experimental API. (main_separator_str #94071)
Expand description

The primary separator of path components for the current platform.

For example, / on Unix and \ on Windows.