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 : int
Fields
| Name | Description | Value |
|---|---|---|
| Backward | Use backslashes as path separators. |
|
| Forward | Use forward slashes as path separators. |
|
| Native | Use the slash mode that is native for the current platform - backslashes on Windows, forward slashes on macOS and Linux systems. |