fohrloop/pathtub

Clean is case-sensitive

Opened this issue · 1 comments

On a case-sensitive filesystem (ie.: the default), the clean command leaves paths pointing to the same folder but with different cases.
Eg.:
C:\WINDOWS
C:\Windows

Oh yeah the clean definitely should be case-insensitive, as on Windows there is no difference in C:\mypath and C:\MyPATH. Do you want to send a PR?