FileInfo.hasNamespace

Checks if a file info structure has an attribute in the specified name_space. Since 2.22

class FileInfo
int
hasNamespace
(
string nameSpace
)

Parameters

nameSpace string

a file attribute namespace.

Return Value

Type: int

TRUE if Ginfo has an attribute in name_space, FALSE otherwise.

Meta