File tracker is a console application which keeps tracks of file for particular drive partition and makes entry in text file for each modification such as create, change, delete and rename. I have used .Net standard library for development of this project and C# is a programming language.
In order to run this application you shouls... 1 - Run visual studio and create C# console application 2 - Replace content of program.cs file with program.cs file provided in this repo. 3 - repeat step - 2 for App.confic file
App.config -> AppSettings -> change the value of drive key to your Drive letter In line 47 of program.cs file you can specify location of log file [log file must be in different drive]
Now you are ready to go