F
francisl
How can we get a full directory size (sum of all his data)?
like when we type `du -sh mydir`
Because os.path.getsize('mydir') only give the size of the directory physical representation on the disk.
Thanks
like when we type `du -sh mydir`
Because os.path.getsize('mydir') only give the size of the directory physical representation on the disk.
Thanks