Changeset 738 for trunk/src/find_imadoc.m
- Timestamp:
- Apr 14, 2014, 11:41:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_imadoc.m
r737 r738 22 22 end 23 23 end 24 % SubDirBase=regexprep(SubDir,'\..*','');%take the root part of SubDir, before the first dot '.'25 % XmlFileName=[fullfile(RootPath,SubDirBase) '.xml'];%new convention: xml at the level of the image folder26 24 if ~exist(XmlFileName,'file') 27 25 XmlFileName=[fullfile(RootPath,SubDirBase,RootFile) '.xml']; % old convention: xml inside the image folder, case of images or new civ files
Note: See TracChangeset
for help on using the changeset viewer.