Changeset 1039 for trunk/src/dir_scan.m
- Timestamp:
- May 1, 2018, 5:42:35 PM (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dir_scan.m
r1038 r1039 1 %' ListDir': scan the structure of the directory tree (for browse_data.m)1 %'dir_scan': scan the structure of the directory tree (for browse_data.m) 2 2 %------------------------------------------------------------------------ 3 % function [ListDevices,ListRecords,ListXml,List]= ListDir(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)3 % function [ListDevices,ListRecords,ListXml,List]=dir_scan(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in) 4 4 % 5 5 % … … 35 35 %======================================================================= 36 36 37 function [ListDevices,ListRecords,ListXml,List]= ListDir(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)37 function [ListDevices,ListRecords,ListXml,List]=dir_scan(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in) 38 38 39 39 ListRecords={};
Note: See TracChangeset
for help on using the changeset viewer.