diff options
Diffstat (limited to 'doc/html/RM_H5F.html')
-rw-r--r-- | doc/html/RM_H5F.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index 04888c1..09b2b8c 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -1227,6 +1227,10 @@ END SUBROUTINE h5fmount_f <dd><code>H5Fopen</code> opens an existing file and is the primary function for accessing existing HDF5 files. <p> + Note that <code>H5Fopen</code> does not create a file + if it does not already exist. + See <a href="#File-Create"><code>H5Fcreate</code></a>. + <p> The parameter <code>access_id</code> is a file access property list identifier or <code>H5P_DEFAULT</code> if the default I/O access parameters are to be used |