Learn R Programming

RGtk2 (version 2.20.21)

gFileAttributeMatcherMatches: gFileAttributeMatcherMatches

Description

Checks if an attribute will be matched by an attribute matcher. If the matcher was created with the "*" matching string, this function will always return TRUE.

Usage

gFileAttributeMatcherMatches(object, attribute)

Arguments

Value

[logical] TRUE if attribute matches matcher. FALSE otherwise.