|
Scientific Data Formats: Hierarchical Data Format |
|
The HDF_ISHDF function determines whether or not a specified file in an HDF file.
| Warning This routine bases its judgement as to whether or not a file is an HDF file on the first few bytes of the file. Therefore, it is possible that HDF_ISHDF will identify the file as an HDF file, but HDF_OPEN will not be able to open the file (because it is corrupted). |
Result = HDF_ISHDF(Filename)
Returns true (1) if the file is an HDF file and false (0) if the file either is not an HDF file or does not exist.
A scalar string containing the name of the file to be tested.
None
IDL Online Help (March 06, 2007)