[Python-ideas] Suggestion: Add shutil.get_dir_size

Ram Rachum ram at rachum.com
Tue May 2 15:07:37 EDT 2017


Hi,

I have a suggestion: Add a function shutil.get_dir_size that gets the size
of a directory, including all the items inside it recursively. I currently
need this functionality and it looks like I'll have to write my own
function for it.


Cheers,
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170502/c15267a1/attachment.html>


More information about the Python-ideas mailing list