Changeset 1122 for trunk/src/get_file_info.m
- Timestamp:
- Apr 21, 2023, 11:01:06 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_file_info.m
r1120 r1122 58 58 FileInfo.FileType='';% input file does not exist 59 59 FileInfo.FieldType=''; %default output 60 if ~ischar(fileinput) 61 return 62 end 60 63 % check the existence (not possible for OpenDAP data) 61 64 if ~isempty(regexp(fileinput,'^http://'))|| exist(fileinput,'file')
Note: See TracChangeset
for help on using the changeset viewer.