Sep 12, 2002 #1 ivow Programmer Aug 6, 2002 55 CA Is there a way to detect whenever a file is deleted using VB? Even over the network?
Sep 12, 2002 #2 JustinEzequiel Programmer Jul 30, 2001 1,192 PH go to http://www.msdn.microsoft.com and search for FindFirstChangeNotification it may be what you need (or not) cannot tell you more as am only just checking it out as I may have need it myself see also http://www.pcmag.com/article2/0,4149,13121,00.asp you may also wnat to look-up ReadDirectoryChangesW I'm sure the others will have other solutions/methods Upvote 0 Downvote
go to http://www.msdn.microsoft.com and search for FindFirstChangeNotification it may be what you need (or not) cannot tell you more as am only just checking it out as I may have need it myself see also http://www.pcmag.com/article2/0,4149,13121,00.asp you may also wnat to look-up ReadDirectoryChangesW I'm sure the others will have other solutions/methods