rdir.m

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

Vous suivez désormais cette soumission

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.

Citation pour cette source

Corey (2026). rdir.m (https://fr.mathworks.com/matlabcentral/fileexchange/47125-rdir-m), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : genToolboxHelp

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version 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