dirPlus
dirPlus will recursively collect a list of files/folders from a folder tree.
引用格式
Kenneth Eaton (2026). dirPlus (https://ww2.mathworks.cn/matlabcentral/fileexchange/60716-dirplus), MATLAB Central File Exchange. 检索时间: .
致谢
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 2.0.0 | Changed name from getAllFiles to dirPlus, added 'ReturnDirs' option to collect subdirectory lists, added 'DirFilter' and 'ValidateDirFcn' options to select valid directories, and added 'RecurseInvalid' option to modify recursive behavior. |
||
| 1.4.0 | GitHub integration with FEX was not ideal, so I uploaded a normal zip file. |
||
| 1.3.0 | Updated help and demo. |
||
| 1.2.0 | Added 'Depth' option. |
||
| 1.1.0 | Modified the data that's passed to the validation function. It should now accept as input a structure of the form returned by the DIR function instead of just a file name. |
||
| 1.0.0 | Bad description formatting. |