File permissions. These are the same as the Unix ones, but we wrap them into a nicer VFS-like enum.
Syntax
[System.Flags]
public enum FilePermissions
Remarks
Members
| Member Name | Description |
|---|
| Suid | UID bit. |
| Sgid | GID bit. |
| Sticky | sticky bit. |
| UserRead | owner has read permission. |
| UserWrite | owner has write permission. |
| UserExec | owner has execution permission. |
| UserAll | owner has all permissions. |
| GroupRead | group has read permission. |
| GroupWrite | group has write permission. |
| GroupExec | group has execution permission. |
| GroupAll | group has all permissions. |
| OtherRead | others have read permission. |
| OtherWrite | others have write permission. |
| OtherExec | others have execution permission. |
| OtherAll | others have all permissions. |
| AccessReadable | Documentation for this section has not yet been entered. |
| AccessWritable | Documentation for this section has not yet been entered. |
| AccessExecutable | Documentation for this section has not yet been entered. |
Requirements
Namespace: Gnome.Vfs
Assembly: gnome-vfs-sharp (in gnome-vfs-sharp.dll)
Assembly Versions: 2.20.0.0