ManhTruongDang/Recu​rsiveObj

This is an utility class to perform recursively on file directories

https://github.com/dangmanhtruong1995/RecursiveObj

You are now following this Submission

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

Cite As

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.