Show / Hide Table of Contents

    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

    true if the path exists; false otherwise.

    Back to top Generated by DocFX