Table of Contents

Enum PathPlatform

Namespace
Olve.Paths
Assembly
Olve.Paths.dll

Specifies the platform that a path is intended for.

public enum PathPlatform

Fields

None = 0

Indicates no specific platform.

Unix = 2

Indicates a Unix-style path.

Windows = 1

Indicates a Windows-style path.