Skip to content

ambro-r/FileQueueWatcher

Repository files navigation

FileQueueWatcher

A simple implementation to monitor a list of specified directories on a machine and record the file changes that occure within that directory.

Presently the following is monitored for:

  • File Creation
  • File Modification
  • File Renaming
  • File Deletion

This project uses the folloing packages:

  • Microsoft.Extensions.Hosting.WindowsServices
  • Serilog.Settings.Configuration
  • Serilog.Formatting.Compact
  • Serilog.Sinks.File
  • Serilog.Sinks.Console

About

Simple project to watch directories and record changes in that directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages