DS_FindNCFileΒΆ
DS_FindNCFile returns the netCDF file name used to load the data into the dataset.
- ssFileName = DS_FindNCFile(hData, ssPath)
Return Value
ssFileName is the complete netCDF file name.
Parameters
- ssPath
One or more folder names separated by a semi colon
;
.
Comment
The function searches for the data file in the following directories:
The directory that is saved in the dataset.
The directory list specified in ssPath.
If the file is not found UniPlot will try to import the original data file.
History
Version |
Description |
---|---|
5.30.5 |
New. |
See also
Overview Data File Informations for Datasets, DS_SetDataSource, DS_GetOriginFileName, search_path
id-1412420