dirAll

Version 1.0.0.0 (1,82 KB) von Erik
Find all paths in the specified directory and its subdirectories.
41 Downloads
Aktualisiert 18 Jan 2018

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

Zitieren als

Erik (2024). dirAll (https://github.com/erikhuizinga/dirAll), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden

Version Veröffentlicht Versionshinweise
1.0.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.