Back to product page

RemotePermissions enumeration


This list shows flags that can be used with RemoteOpen method. It defines if remote file is opened for reading or writing, but also specifies if remote file is created or truncated when it's opened.

Remarks

Possible values for RemotePermissions:

Constant Value Description
PermRead 1 Opens remote file with read permissions.
PermWrite 2 Opens remote file with write permissions.
PermCreate 4 Creates remote file.
PermTruncate 8 Truncates remote file.

Platforms

Windows