mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #137] Symlinks in Windows shows PermissionError #56
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 @loggerheads-with-binary on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/137
OS: Windows 10 Home 20H2
dust --version:Dust 0.5.4The disk usage for symlink directories in Windows is not being measured by dust, and it shows permission error. I am the Administrator on this device and UAC has been set to not notify under any conditions. So there's no permission error due to my system settings.
This is the output:
Whereas it should have shown a symlink too. By the name of
QuintessentialsHere is the dir output :
I think it is a bug in the program.