Luna::PathSeparator
enum PathSeparator : u32
{
slash= 0
system_preferred= 1
back_slash= 2
}
Separators used when encoding Path into strings.
Options
-
Uses slash (/).
-
Uses the system preferred separator (back-slash on Windows, slash on other platforms).
-
Uses back-slash().