Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everybody,

I need to write an application that tracks file activities.

Unfortunately, with the "FileSystemWatcher" class you can not see when a file gets opened or closed.

So whenever a user opens any file at that time my application wants to know the file name and path.

The Information will be used to analyze and visualize user patterns for a later project.

So here my question: Is there any class or API that I can use to get that information?

If not, is there any other way, except writing a "File System Filter Driver", which would be too complicated?

Please guide me
Thanks
Ralph
Posted
Updated 15-Nov-11 3:31am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900