SpartanJ / efsw

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

Add call to FileSystem::precomposeFileName for oldFilename on sendFil… #166

Closed javigmateos closed 1 year ago

javigmateos commented 1 year ago

…eAction @ WatcherFSEvents.cpp

Perform the same operation (FileSystem::precomposeFileName) on oldFilename as on dir and filename in order to get the same result when handling any file action, especially file renaming using accents.

SpartanJ commented 1 year ago

Thanks for your collaboration! This was indeed a bug.