Home:ALL Converter>how to monitor user accessed files

how to monitor user accessed files

Ask Time:2014-06-12T16:56:48         Author:Jum Remdesk

Json Formatter

I'm developing a security application about file accessing. so need to monitor witch files are user accesse in there PC (file path & name with extension). file may located in HDD, CD, or portable devices I know virus gird can do this. I cant figure out how to do this.

thanks in advance

I need to create a log like this:

user1 - [file deleted] [D:/abc.txt] 3:20 AM 
user1 - [file opened] [D:/New Folder/xyz.doc] 4:20 AM 
user1 - [file renamed] [D:/New Folder/video1.mpg] to [video2.mpg] 5:10 AM

Author:Jum Remdesk,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24180243/how-to-monitor-user-accessed-files
yy