Luna::PathSeparator

enum PathSeparator : u32
{
    slash= 0
    system_preferred= 1
    back_slash= 2
}

Separators used when encoding Path into strings.

Options

  • slash

    Uses slash (/).

  • system_preferred

    Uses the system preferred separator (back-slash on Windows, slash on other platforms).

  • back_slash

    Uses back-slash().