File Monitoring
-
Hello Friends, Does anybody know a function to monitor the single file and not the folder. I know there is a function named
FindFirstChangeNotification()
but that monitores the Folder or Folder tree :(. I want to Monitor the Single File :->. Becoz When I am using the above function I am facing lots of probelms that i have posted earlier. (see Just below post) -
Hello Friends, Does anybody know a function to monitor the single file and not the folder. I know there is a function named
FindFirstChangeNotification()
but that monitores the Folder or Folder tree :(. I want to Monitor the Single File :->. Becoz When I am using the above function I am facing lots of probelms that i have posted earlier. (see Just below post)hi, you can take a look to the native API function ZwQueryDirectoryFile that are capable to help you in your research.