Problem 1329. dir with recursive subdirectory search
Write a function that performs a recursive file search. The input and output format can be identical to the dir function. The result should be a struct with the filenames in the field "name".
The first solution is from Kelly Kearney (2006).
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 4 Sep 2020
The test suite needs to be updated, the number of files in each directory has changed. And this number should be evaluated dinamically. Use p files to hide your code if necessary.
Solution Comments
Show commentsProblem Recent Solvers7
Suggested Problems
-
Return the largest number that is adjacent to a zero
5509 Solvers
-
Back to basics 16 - byte order
199 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
511 Solvers
-
Create a Multiplication table matrix...
689 Solvers
-
175 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!