Another recursive find file

A recursive search for files with path name matching a wildcard or regular expression pattern.

You are now following this Submission

Function searches a path recursively for file names matching either a wildcard expression (for example 'images*.*') or a regular expression (for example 'images[0-9].*\.*'). The function returns a cell array of the full path to each file matching the given pattern.

Cite As

Azim (2026). Another recursive find file (https://www.mathworks.com/matlabcentral/fileexchange/34816-another-recursive-find-file), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: findfiles

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0