rdir.m

Versione 1.1.0.0 (1,34 KB) da Corey
Function returns all subfiles, subdirectories, and size of a directory
1,2K download
Aggiornato 3 lug 2014

Visualizza la licenza

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.

Cita come

Corey (2024). rdir.m (https://www.mathworks.com/matlabcentral/fileexchange/47125-rdir-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Search Path in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: genToolboxHelp

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
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