Packed boolean bitfield representing options that can be passed into a
Gnome.Vfs.FileInfo constructor.
Syntax
[System.Flags]
public enum FileInfoOptions
Remarks
Members
| Member Name | Description |
|---|
| Default | default flags. |
| GetMimeType | detect the MIME type. |
| ForceFastMimeType | only use fast MIME type detection (extensions). |
| ForceSlowMimeType | force slow MIME type detection where available (sniffing, algorithmic detection, etc). |
| FollowLinks | automatically follow symbolic links and retrieve the properties of their target (recommended). |
| GetAccessRights | tries to get data similar to what would return access(2) on a local file system (ie is the file readable, writable and/or executable). Can be really slow on remote file systems. |
| GetSelinuxContext | Documentation for this section has not yet been entered. |
| NameOnly | Documentation for this section has not yet been entered. |
| GetAcl | 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