---- Borland's Delphi Discussion List <[email protected]> wrote: > > I've made a small program to monitoring Directory change. > I'm using GetCurrentDir Function but it doesn't work. > I can't reach the directory that Windows Explorer Opened. > > Does eny one know how to monitoring is a file/Folder open, read, > deleted or renamed ? > > Thank's Before
If I understand what it is you want to do, you're looking for "shell change notifications". Here's some links describing them: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/Functions/SHChangeNotifyRegister.asp http://www.geocities.com/siliconvalley/4942/notify.html http://delphi.about.com/library/code/ncaa030403b.htm http://www.howtodothings.com/computers/a1154-getting-notifications-from-the-shell.html HTH Stephen Posey [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

