[svn-r8765] Purpose: New feature and its test.

Description:  Added new API H5Fget_name and new test program called filename.c.  This function
returns the name of the file by object ID(file, group, dataset, named datatype, and attribute)
which belongs to the file.


Platforms tested:  h5committest and fuss.

Misc. update:  MANIFEST and RELEASE.txt
This commit is contained in:
Raymond Lu
2004-06-30 08:45:07 -05:00
parent 62f6531f2d
commit 358b8545dd
10 changed files with 228 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG {
// Retrieves the file size of an opened file.
haddr_t getFileSize() const;
// Reopens this file
void reopen();