DeepCore2
February 20th, 2000, 02:58 PM
What if my app wants to know if a file with a certain extension has been renamed, moved, deleted, added etc. when activated?? One solution is to use FindFirstChangeNotification in an EXE-server...but only if I know in advance what directories to look in (One could of course add all directories, but you all know what would happen if you do that). So, is there a way to find out from the kernel where it's working (What drive and what directory) when doing file operations no matter from what app these operations are done?? Or is there other solutions but the EXE-server with FindFirstChangeNotification??