Ignore:
Timestamp:
Apr 21, 2023, 11:01:06 AM (17 months ago)
Author:
sommeria
Message:

various updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_file_info.m

    r1120 r1122  
    5858FileInfo.FileType='';% input file does not exist
    5959FileInfo.FieldType=''; %default output
     60if ~ischar(fileinput)
     61    return
     62end
    6063% check the existence (not possible for OpenDAP data)
    6164if ~isempty(regexp(fileinput,'^http://'))|| exist(fileinput,'file')
Note: See TracChangeset for help on using the changeset viewer.