ManhTruongDang/Recu​rsiveObj

This is an utility class to perform recursively on file directories
ダウンロード: 2
更新 2018/5/25

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);

引用

Dang Manh Truong (2024). ManhTruongDang/RecursiveObj (https://github.com/dangmanhtruong1995/RecursiveObj), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFile 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 リポジトリにアクセスしてください。