Learn R Programming

RGtk2 (version 2.20.1)

gFileInfoGetAttributeStringv: gFileInfoGetAttributeStringv

Description

Gets the value of a stringv attribute. If the attribute does not contain a stringv, NULL will be returned.

Usage

gFileInfoGetAttributeStringv(object, attribute)

Arguments

object
attribute
a file attribute key.

Value

  • [char] the contents of the attribute value as a stringv, or NULL otherwise. Do not free.

Details

Since 2.22