Changeset 1050 for trunk/src/find_file_series.m
- Timestamp:
- Jun 11, 2018, 9:17:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_file_series.m
r1033 r1050 245 245 %% update the file type if the input file does not exist (pb of 0001) 246 246 if isempty(FileInfo.FileType) 247 [FileInfo,MovieObject]=get_file_info(fullfile(FilePath,ListFiles (ifile_min)));247 [FileInfo,MovieObject]=get_file_info(fullfile(FilePath,ListFiles{ifile_min})); 248 248 end 249 249 end
Note: See TracChangeset
for help on using the changeset viewer.