rdir.m

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

Sie verfolgen jetzt diese Einreichung

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.

Zitieren als

Corey (2026). rdir.m (https://de.mathworks.com/matlabcentral/fileexchange/47125-rdir-m), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: genToolboxHelp

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise 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