TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum VirtualPathUsage in Tinman.Core.IO.Files

Enumeration of flags for a virtual path mapping.

enum VirtualPathUsage  

Items

Read = 0

The mapped path is a readable directory.

Write = 1

The mapped path is a writeable directory.

Create = 2

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