From 4dd379f637a411eb1ae564dc9f993b556d9a65e3 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 30 Nov 2005 17:36:10 -0500 Subject: [svn-r11750] Description: H5Fopen -- Add explicit note that H5Fopen does not create a file if that file does not already exist. Platforms tested: Firefox --- doc/html/RM_H5F.html | 4 ++++ 1 file changed, 4 insertions(+) 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
H5Fopen opens an existing file and is the primary function for accessing existing HDF5 files.

+ Note that H5Fopen does not create a file + if it does not already exist. + See H5Fcreate. +

The parameter access_id is a file access property list identifier or H5P_DEFAULT if the default I/O access parameters are to be used -- cgit v0.12