Skip to content

Replacing a file only creates a delete event not a create event #95

Description

@edewit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions