List files/folders recursively

"select_files" and "select_files_rec" are used to list files/folders inside a chosen folder
275 download
Aggiornato 28 mag 2013

Visualizza la licenza

USAGE:
selection = select_files(folder,pref,mid,suf,ext,type,path)
selection = select_files_rec(folder,pref,mid,suf,ext,type,fpath,levels)


INPUT:
- FOLDER: parent directory to look the files/folders in
- PREF: files/folders prefix
- MID: middle part of the files/folders
- SUF: files/folders suffix
- EXT: files extension
- TYPE: 'files' or 'folders'
- FPATH: 'path' (SELECTION will have the full path) or 'nopath' (only files/folders names)
- LEVELS: number of levels to go in recursively (0 [files/folders only from FOLDER], 1, 2, ..., Inf)

OUTPUT
- SELECTION: cell array containing the file/folder names

Cita come

Guilherme Coco Beltramini (2026). List files/folders recursively (https://it.mathworks.com/matlabcentral/fileexchange/41921-list-files-folders-recursively), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Startup and Shutdown in Help Center e MATLAB Answers
Tag Aggiungi tag
Riconoscimenti

Ispirato: Count number of lines in a set of files

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Edited the description

1.0.0.0