enum VirtualPathUsage
in Tinman.Core.IO.Files
Enumeration
of
flags
for
a
virtual
path
mapping.
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.
|