rdir.m

Function returns all subfiles, subdirectories, and size of a directory

現在この提出コンテンツをフォロー中です。

This function takes in an absolute folder directory and returns the absolute path of all subfiles, subfolders, and the size of the directory.
This function helped me create an automatic backup script on my computer.

引用

Corey (2026). rdir.m (https://jp.mathworks.com/matlabcentral/fileexchange/47125-rdir-m), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: genToolboxHelp

カテゴリ

Help Center および MATLAB AnswersSearch Path についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

No longer requires the last character of the absolute directory be '\'. Allows you to call rdir(cd) instead of rdir([cd '\']) for increased ease of use.

1.0.0.0