DirSizePretty

Determine the size of a folder/directory in bytes without needing to add function to path as well as human readable output
8 descargas
Actualizado 7 oct 2019

Ver licencia

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

Citar como

David Freedman (2024). DirSizePretty (https://www.mathworks.com/matlabcentral/fileexchange/72960-dirsizepretty), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre File Operations en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: DirSize

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0