-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Description:
Folder scanning sometimes returns 0 MB or 'Invalid number' due to 32-bit integer limits or directory misreads.
Steps to Reproduce:
- Scan deeply nested or large-volume folders
- Observe 'Invalid number' or '0 MB' even when folders are not empty
Suggested Fix:
- Investigate using PowerShell Get-ChildItem for folder size with simplified output
- Consider caching results to temp file if sizes exceed 2,147,483,647 (32-bit limit)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers