Gnome.Vfs.FilePermissions Enumeration
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

Documentation for this section has not yet been entered.

Members

Member NameDescription
SuidUID bit.
SgidGID bit.
Stickysticky bit.
UserReadowner has read permission.
UserWriteowner has write permission.
UserExecowner has execution permission.
UserAllowner has all permissions.
GroupReadgroup has read permission.
GroupWritegroup has write permission.
GroupExecgroup has execution permission.
GroupAllgroup has all permissions.
OtherReadothers have read permission.
OtherWriteothers have write permission.
OtherExecothers have execution permission.
OtherAllothers have all permissions.
AccessReadableDocumentation for this section has not yet been entered.
AccessWritableDocumentation for this section has not yet been entered.
AccessExecutableDocumentation 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