Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
ReadDirectoryChangesW
Currently, ReadDirectoryChangesW is used to monitor directories for changes. There are a few disadvantages of using this method:
SHChangeNotifyRegister
SHChangeNotifyRegister is an alternative way of monitoring directories for changes. It has the following advantages compared to
ReadDirectoryChangesW:Known issues
SHChangeNotifyRegistershould still be beneficial, as it will allow other non-filesystem directories (e.g. library folders) to be monitored properly.