Skip to content

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.

Notifications You must be signed in to change notification settings

sagar-agola/File-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

File-Tracker

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.

Guid

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages