VirtualPathUsage

Description

enum Tinman.Core.IO.Files.VirtualPathUsage

Enumeration of flags for a virtual path mapping.

Public / Constants

Read

public constant Read → (0:int32)

The mapped path is a readable directory.

Write

public constant Write → (1:int32)

The mapped path is a writeable directory.

Create

public constant Create → (2:int32)

The mapped path is a writeable directory and will be created automatically, if necessary.