Platform-independent script for scanning multiple directories for .csv files
古いコメントを表示
In the past, I have used a combination of dir and ls functions to count files of certain types. I am aware that ls outputs different numbers when compared between PCs and Apple computers. Is there a platform-independent way to scan the contents of a directory and pull out any .csv files into another directory? I would like it to work on both Windows and Linux machines.
Thank you.
回答 (1 件)
Walter Roberson
2015 年 7 月 21 日
0 投票
dir() with a loop works well.
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!