Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gFileInfoGetAttributeString: gFileInfoGetAttributeString
Description
Gets the value of a string attribute. If the attribute does not contain a string,
NULL
will be returned.
Usage
gFileInfoGetAttributeString(object, attribute)
Arguments
object
a
GFileInfo
.
attribute
a file attribute key.
Value
attribute
value as a string, or
NULL
otherwise.