List files with specified suffix

%GETFILELIST generates a list of files with specified suffix under topDir.
787 download
Aggiornato 25 ott 2009

Visualizza la licenza

%GETFILELIST generates a list of files with specified suffix under topDir.
% This function lists files with specified suffix under topDir. It
% searches all levels of subfolders.
%
% FileList: a cell to store the list.
% topDir: top directory in which files are searched.
% suffix: type of files to search, default by AVI.
% outputFlag: a bool value to determine whether an output file is
% generated.
%
% Shiquan Wang @ CASIA
% sqwang@nlpr.ia.ac.cn/shiquanwang@gmail.com
% http://www.cbsr.ia.ac.cn/users/sqwang/
% revised on 2009/10/26

Cita come

Shiquan Wang (2025). List files with specified suffix (https://it.mathworks.com/matlabcentral/fileexchange/25610-list-files-with-specified-suffix), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su File Operations in Help Center e MATLAB Answers
Tag Aggiungi tag

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.2.0.0

log20091026 add check for '.','..' folders instead of skipping first two folders. line78-line90

1.1.0.0

2009/10/20 fixed a bug that outputFlag is not correctly set.

1.0.0.0