Click here to Skip to main content
15,884,050 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I want to keep track of all the changes made in file system through my application.
Changes means currently which files are open,modified etc.
Means after occurring event for opening,creating,modifying and deleting the file, my software will get the notification with file name and its action performed on it.
For this i don't know which classes , API's are useful in java/C#.
If anybody have any idea then please help me.

Thanks
Ramkrishna
Posted

1 solution

If you plan on using C#, you can use the FileSystemWatcher Class[^], which tells you when files are created, deleted, modified and renamed.
 
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