gFileInfoGetAttributeAsString {RGtk2}R Documentation

gFileInfoGetAttributeAsString

Description

Gets the value of a attribute, formated as a string. This escapes things as needed to make the string valid utf8.

Usage

gFileInfoGetAttributeAsString(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[char] a UTF-8 string associated with the given attribute.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]