I am using FileSystemWatch er to monitor a directory for files that are created and replaced. It is working fine for new files, but if I copy a file into the directory with the same name and choose to replace the existing file, it doesn't trigger any event.
Does anyone know how to get that specific event? (Replace a file)
Thanks.
Does anyone know how to get that specific event? (Replace a file)
Thanks.
Comment