dirAll
バージョン 1.0.0.0 (1.82 KB) 作成者:
Erik
Find all paths in the specified directory and its subdirectories.
dirAll - Find all paths in the specified directory and its subdirectories.
Syntax
paths = dirAll(path) - Returns a cell of paths to all files and folders in the specified path.
paths = dirAll(path, includeDirectories) - Specifies whether or not (true` or false, resp.) to include directories or only files in the output. Default is true.
Output
paths is a cell of character arrays containing absolute paths to the found files and folders. It does not contain the specified path or its parent, only subfiles and folders.
License
MIT
引用
Erik (2025). dirAll (https://github.com/erikhuizinga/dirAll), GitHub. に取得済み.
MATLAB リリースの互換性
作成:
R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で File Operations についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!GitHub の既定のブランチを使用するバージョンはダウンロードできません
バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |
|
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。