Matthew Webster Posted October 19, 2005 Posted October 19, 2005 Does anyone know if it's possible to place a hook of some sort so that a routine in (in this case) a C#.NET application can get called when a filing operation happens? eg: I would like to know when files are created/deleted/renamed/etc so that I can track windows favourites lists. Matt. Quote
Administrators PlausiblyDamp Posted October 19, 2005 Administrators Posted October 19, 2005 You might find the FileSystemWatcher class will suit your needs, it will raise an event when a file is modified, created or deleted. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.