Finds files in directory and subdirectories using a fast .NET framework method

Finds files in directory and subdirectories using a fast .NET framework method
133 download
Aggiornato 11 ott 2015

Visualizza la licenza

When looking for the fastest method to list a huge number of files, I found the :NET framework method to be the most promising candidate. This script simply loads the corresponding assembly and searches the specified path for files of the desired type
.
See the script section -Test- for an example usage (important!).

Cita come

Vincent Wilms (2024). Finds files in directory and subdirectories using a fast .NET framework method (https://www.mathworks.com/matlabcentral/fileexchange/53458-finds-files-in-directory-and-subdirectories-using-a-fast-net-framework-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Search Path in Help Center e MATLAB Answers

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

Changed the title