How to get move event using ReadDirectoryChanges api?

524 Views Asked by At

ReadDirectoryChanges windows api does not give file/folder move events(It works with rename events though). Instead It gives deleted and added events. How do we differentiate this from a real delete and add event.

edit: Is there a unique property for a folder in windows that does not change when the folder moves within a drive?.

0

There are 0 best solutions below