Click here to Skip to main content
16,017,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I built an application that monitors a folder and captures any activity in the folder like cut,delete, creation of files, folders, etc.

My query is I need to add additional functionalities like -

1) Retrieve the ip address of the user accessing this folder.
2) The need to display the action even if the user copies a file or folder.

I'm not able to do this as copy attribute is not present in the file system watcher class of .net.

Can anybody guide me on achieving the above functionalities.
Thanks!
Posted
Updated 26-Aug-10 21:39pm
v2
Comments
Dalek Dave 27-Aug-10 3:39am    
Edited for Readability and Syntax.

1 solution

google is great for searching for the answers to your questions

1. as you didn't say what type of application you are developing i have assumed your on about a web based solution

ip address examples

file copy
 
Share this answer
 

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