Specifies required file or directory operation permissions. Used by PathAccessAuthorizationEventArgs.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration FileSystemOperation
C#
[FlagsAttribute]
public enum FileSystemOperation

Members

Member nameDescription
Supported by the .NET Compact FrameworkRead
Open file for reading. Get flags for file / directory.
Supported by the .NET Compact FrameworkWrite
Open file for writing. Set flags for file / directory.
Supported by the .NET Compact FrameworkCreate
Create file or directory.
Supported by the .NET Compact FrameworkDelete
Delete file or directory.
Supported by the .NET Compact FrameworkList
List content of directory.
Supported by the .NET Compact FrameworkAll
All operations.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also