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:
Hi,

I am using FileSystemWatcher class for tracking file system as computer all drives.Right now this class tracks all drives but i have to track files that access by user and not by any software and o.s.
Posted
Updated 17-Dec-14 22:43pm
v3
Comments
Tomas Takac 18-Dec-14 4:58am    
FileSystemWatcher only tracks changes, not access. You need something else here.
BillWoodruff 18-Dec-14 5:21am    
What would be an example of a user accessing a file that is different from the same file being accessed by software ?
Praveen Kumar Upadhyay 18-Dec-14 5:51am    
He wants something to track whether a file is been accessed by an Application or manually opened by a User(Person).
BillWoodruff 18-Dec-14 6:34am    
I'd like the OP to answer the question, thanks.
sachinskb 18-Dec-14 23:57pm    
right, i want to figure out who access file for manipulation (want only to track file access by user only.)

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