ManhTruongDang/Recu​rsiveObj

This is an utility class to perform recursively on file directories
2 Downloads
Aktualisiert 25. Mai 2018

This is an utility class to perform recursively on file directories. Written by Dang Manh Truong (dangmanhtruong@gmail.com)
2 types of recursive operations are supported:

1) Operations that does something recursively on a directory and
dumps the results at that same directory

Usage:

recursive_obj = RecursiveObj();
recursive_obj.do(@(root_dir) your_func(root_dest)) ...
.on(your_root_dir);

2) Operations that does something recursively on a source directory
and dumps the results at a destination directory

Usage:

recursive_obj = RecursiveObj();
recursive_obj.do(@(source, dest) your_func(source, dest)) ...
.with_source(your_source_dir) ...
.then_dump_results_at(your_dest_dir);

Zitieren als

Dang Manh Truong (2025). ManhTruongDang/RecursiveObj (https://github.com/dangmanhtruong1995/RecursiveObj), GitHub. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
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.