SpartanJ / efsw

efsw is a C++ cross-platform file system watcher and notifier.
Other
645 stars 98 forks source link

Filename passed without extension #144

Closed xahon closed 2 years ago

xahon commented 2 years ago

I tried it on windows and void handleAction() gives filename string without file extension. This is a critical bug IMO because you can have multiple files with the same name but with different extensions in a single directory. Is there a way to turn it on in WinAPI? I didn't check it on other platforms, gonna check on linux shortly

xahon commented 2 years ago

Oh, no. It's my fault, sorry