mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #120] Why won't it read folder sizes? #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ItsNoted on GitHub (Aug 2, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/120
I'd like a quick way to see folder sizes, Can this read folder sizes or only file sizes? And if not, why not?
Thanks!
@sigoden commented on GitHub (Aug 2, 2022):
The folder size can only be calculated by adding the size of each file in the folder.
This computation is indeterminate, it may take a few milliseconds, it may take a few minutes, so it is not possible to provide folder size.