Method CreateGroups
member CreateGroups: string -> unit
Creates the given group path.
Declaration
member CreateGroups: path:string -> unit
Parameters
Type | Name | Description |
---|---|---|
string | path | HDF5 group path to create. |
Remarks
All necessary parent groups are created automatically. If the group with the given path already exists, nothing happens.