Changeset 1120 for trunk/src/find_file_series.m
- Timestamp:
- Dec 15, 2022, 6:21:53 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r1107 r1120 49 49 50 50 %% get input root name and info on the input file 51 if isempty(regexp(FilePath,'^http://' ))51 if isempty(regexp(FilePath,'^http://','once')) 52 52 fullfileinput=fullfile(FilePath,fileinput);% input file name with path 53 53 else
Note: See TracChangeset
for help on using the changeset viewer.