Chris-Dobbins / listdupes

A duplicate file checking utility for the command-line, written in Python with no external dependencies.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Misleading search description if only an empty folder is read. #24

Open Chris-Dobbins opened 2 years ago

Chris-Dobbins commented 2 years ago
File Explorer Command Line

Images to demonstrate listdupes.py interpreting folder as file.

Originally posted by @geblerj in https://github.com/Chris-Dobbins/listdupes/issues/21#issuecomment-1225091347

Chris-Dobbins commented 2 years ago

I've been letting some parts of the app consider folders as files because it's accurate enough in one sense, but this particular example gives the user a really misleading impression. I'm gonna fix this issue and depending on what the fix is like I might need to take look at the whole issue of counting folders as files.