Represents basic type of the Rebex file system.
Namespace:
Rebex.IO.FileSystem
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration FileSystemType |
C# |
---|
public enum FileSystemType |
Members
Member name | Description | |
---|---|---|
ReadOnly |
Read only Rebex file system.
| |
ReadWrite |
Read-write Rebex file system.
|