You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using java.nio.file.Files.move(file1, file2, REPLACE_EXISTING) to replace a file from the watched folder then I only get a DELETED change not a CREATED. I would expect both events to trigger.
I'm using
java.nio.file.Files.move(file1, file2, REPLACE_EXISTING)to replace a file from the watched folder then I only get aDELETEDchange not aCREATED. I would expect both events to trigger.