Enum SlashMode
Describes the different kinds of path separators that can be used when converting NPaths back into strings.
Namespace: NiceIO.Sysroot
Syntax
public enum SlashMode
Fields
| Name | Description | Value |
|---|---|---|
| Native | Use the slash mode that is native for the current platform - backslashes on Windows, forward slashes on macOS and Linux systems. |
0 |
| Forward | Use forward slashes as path separators. |
1 |
| Backward | Use backslashes as path separators. |
2 |