.. highlightlang:: us .. index:: DS_FindNCFile .. _ds_findncfile: DS_FindNCFile ============= .. us.tag DS_FindNCFile NOTREADYENGLISH DataSource New5305 :ref:`DS_FindNCFile` returns the netCDF file name used to load the data into the dataset. .. function:: ssFileName = DS_FindNCFile(hData, ssPath) .. us.return **Return Value** *ssFileName* is the complete netCDF file name. .. us.params **Parameters** .. uparam:: ssPath One or more folder names separated by a semi colon ``;``. .. us.comment **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. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.30.5 - New. .. seealso:: :ref:`overview-data-file-informations-for-datasets`, :ref:`DS_SetDataSource`, :ref:`DS_GetOriginFileName`, :ref:`search_path` :sub:`id-1412420`