Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.1)
gFileInfoGetAttributeBoolean: gFileInfoGetAttributeBoolean
Description
Gets the value of a boolean attribute. If the attribute does not contain a boolean value,
FALSE
will be returned.
Usage
gFileInfoGetAttributeBoolean(object, attribute)
Arguments
object
a
GFileInfo
.
attribute
a file attribute key.
Value
[logical] the boolean value contained within the attribute.