I have several files and folders on different directories which I'm quite positive they have been renamed on those other directories with capitalized letters.
I wanted to be able to find those duplicately named files and folders on the different directories and sort them out so I can see and then track them down afterwards.
Something like:
C:\Program Files\hello.txt
C:\WhateverFolder\heLlo.txt
This would be the output of the program or something similar to that.
You guys think it's possible?