Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
directory_path = 'C:\';
byteCount = DirSize(directory_path);
returns the number of bytes in the directory_path (e.g. 31,400,000)
or
byteCountString = DirSizePretty(directory_path);
returns the number of bytes in a human readable string (e.g. '31.4 MB')
Also, this was inspired by Richard Moore's DirSize, but I found that DirSize.m needed to be added to the Matlab path to function, something that I don't use in my applications. This version works without adding to the Matlab path, although that should still work
Citation pour cette source
David Freedman (2026). DirSizePretty (https://fr.mathworks.com/matlabcentral/fileexchange/72960-dirsizepretty), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : DirSize
Informations générales
- Version 1.0.0 (2,01 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0 |
