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 Downloads
Updated 11 Oct 2015

View License

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!).

Cite As

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

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Search Path in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Changed the title