Method Exists
member Exists: string -> bool
Checks whether an object (array or group) with the given name exists.
Declaration
member Exists: name:string -> bool
Parameters
Type | Name | Description |
---|---|---|
string | name | HDF5 path to check. |
Returns
Type | Description |
---|---|
bool |
|