Files Under Folders (fuf)
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
This function scan the folder(s) provided, and search for all files or only for those matching a wild card, specified through the * syntax.
The search can be don recursively or not and a different recursion rule can be set for each folder provided.
Depending upon an optional input argument, the function can simply return the file names or their full path.
To get the full path of a given file, FUF doesn't use the "which" command, therefore it normally works also with java function that are not loaded.
After completion, the working directory is set to the current directory at the time of the function call.
Citation pour cette source
Francesco di Pierro (2024). Files Under Folders (fuf) (https://www.mathworks.com/matlabcentral/fileexchange/1378-files-under-folders-fuf), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
A inspiré : Mosaic generator, Listfiles, SMARTINDENT, Causal State Modeller Toolbox
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 | major bug fixed |