Skip to content

This is a Windows service that monitors files and driectories

Notifications You must be signed in to change notification settings

codeman101/FileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a project I worked on for a friend consisting of two programs. The two program are called FileLogger and FileMonitor.

FileLogger

This is a console program that logs the given file or directory in FileList.txt which is created in C:\Users\Public\Documeents

FileMonitor

This program is a windows service that monitors the file list by checking it every few hours to see if a file or directory is old enough to be deleted. If the given file is old enough it goes to the given file path and deletes the file or directory.

FileMonitor install instructions

run command prompt as admin go to the where the executable of the service is and type the following "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" FileMonitor.exe

About

This is a Windows service that monitors files and driectories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages