summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2005-11-30 22:36:10 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2005-11-30 22:36:10 (GMT)
commit4dd379f637a411eb1ae564dc9f993b556d9a65e3 (patch)
treec0b15f2478569b2f5681d31e4b11a78525980cfb /doc
parent59ea5f098727887f62f6788767450e3d125bd54f (diff)
downloadhdf5-4dd379f637a411eb1ae564dc9f993b556d9a65e3.zip
hdf5-4dd379f637a411eb1ae564dc9f993b556d9a65e3.tar.gz
hdf5-4dd379f637a411eb1ae564dc9f993b556d9a65e3.tar.bz2
[svn-r11750]
Description: H5Fopen -- Add explicit note that H5Fopen does not create a file if that file does not already exist. Platforms tested: Firefox
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5F.html4
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