Using dir with multiple wildcards for directories
10 ビュー (過去 30 日間)
古いコメントを表示
I'd like to be able to use dir to list all files in the grandchildren directories of my cwd, as in
dir('*/*')
As far as I can tell, this is impossible, is there a recommended workaround for this?
Thanks, Leo
0 件のコメント
採用された回答
Geoff Hayes
2014 年 11 月 20 日
Leo - look in the File Exchange for a recursive directory listing submission. One such example is rdir.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!