Click to See Complete Forum and Search --> : catch open files


TheBruth
September 18th, 2003, 06:53 AM
Hi!

Do you have any solutions to catch files opened by a program? For example: If Winamp opens a mp3-file, a program should log time,name and program to a file.

Thank you for any help/suggestions,

TheBruth

JasonD
September 18th, 2003, 02:54 PM
I am not sure, but you should take a look at Obtaining Directory Change Notifications (http://msdn.microsoft.com/library/en-us/fileio/base/obtaining_directory_change_notifications.asp) on MSDN, and see if you can monitor when a file's last access time changes.