Changeset 1039 for trunk/src/dir_scan.m


Ignore:
Timestamp:
May 1, 2018, 5:42:35 PM (6 years ago)
Author:
g7moreau
Message:
  • Rename ListDir? to dir_scan to have no file with capital letter at first letter
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)
    22%------------------------------------------------------------------------
    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)
    44%
    55%
     
    3535%=======================================================================
    3636
    37 function [ListDevices,ListRecords,ListXml,List]=ListDir(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)
     37function [ListDevices,ListRecords,ListXml,List]=dir_scan(CurrentPath,ListExperiments,ListDevices_in,ListRecords_in)
    3838
    3939ListRecords={};
Note: See TracChangeset for help on using the changeset viewer.