fabiospampinato/watcher

File renamed with capitalization not returning correct event

Closed this issue · 1 comments

Using the example code I tried renaming a file from foo.mp3 to Foo.mp3 and got this:

change
E:\ggmusic\foo.mp3
undefined
add
E:\ggmusic\Foo.mp3
undefined

Renaming the file completely did work correctly though:

rename
E:\ggmusic\Run Free.mp3
E:\ggmusic\foo.mp3

just realized this was a copy of #5 my bad