We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inotifywait -e create,delete,modify,move -mrq C:\Test
When moving C:\Test\TestFolder1\testfile.txt to C:\Test\TestFolder2 It results in c:\Test DELETE TestFolder1\testfile.txt which is wrong, should be
c:\Test MOVED_FROM TestFolder1\testfile.txt c:\Test MOVED_TO TestFolder2\testfile.txt