Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to record file operating activity

Status
Not open for further replies.

zhanghong920

Programmer
Nov 15, 2002
27
0
0
US
I need to record a user's file system activities such as creating, saving, reading, deleting, or moving a file, operated on Windows Explorer or via a software such as MS Word. The program has to be trigged by any file access and record the related information (e.g.: the file's name, under which directory, and time stamp). Anyone know how big the project would be and if it's achievable, how to do that?

Thanks a lot,
Hong
 
I don't see how you will be able to do that in Java.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Neither do I, I bet for a native Windows solution.

Cheers,
Dian
 
Yeah you'd want a NATIVE Windows solution that looks at all the MSG's that the kernel sends. Just set up a listener for all the file access messages and log them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top