has_namespace
Description:
public bool has_namespace (
string name_space)
Checks if a file info structure has an attribute in the specified name_space.
Parameters:
| this |
a FileInfo.
|
| name_space |
a file attribute namespace.
|
Returns:
|
true if Ginfo has an attribute in name_space,
false otherwise.
|