NCDF_IS_NCDF
This function determines if one or more files are in NetCDF-3 format.
Syntax
Result = NCDF_IS_NCDF(Filename)
Return Value
This function returns 1 (true) if the file exists and is in NetCDF-3 format. It returns 0 (false) otherwise. If the input argument is an array of filenames, the function returns an array of 1 or 0 values.
Arguments
Filename
A string or array of strings containing the filenames to check.
Keywords
None
Version History
8.5.2 |
Introduced |