GLib::File::QueryInfoFlags
class GLib::File::QueryInfoFlags
Flags used when querying a GFileInfo.
Instance Methods
nofollow_symlinks?
-
Checks whether or not to follow symlinks
- Returns: true if symlinks are followed
none?
-
Checks whether or not any flags have been set.
- Returns: true if no flags have been set
Constants
NOFOLLOW_SYMLINKS
- Don’t follow symlinks
NONE
- No flags set
Keyword(s):
References:[index-ruby-glib2] [index-ruby-gio2]