FileInfo.hasAttribute

Checks if a file info structure has an attribute named attribute.

class FileInfo
int
hasAttribute
(
string attribute
)

Parameters

attribute string

a file attribute key.

Return Value

Type: int

TRUE if Ginfo has an attribute named attribute, FALSE otherwise.

Meta