FileAttributeMatcher.matches

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.

class FileAttributeMatcher
bool
matches
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: bool

TRUE if attribute matches matcher. FALSE otherwise.