A simple C# Application, aimed to inform you, if a directory is not empty. Sends Mails, if there is/are file(s) in the directory.
- Fetch all Dependencies (Nuget)
- Compile
- Add a appsettings.json in the same folder as the exe is in. You can use the appsettings.json.example as a template for this.
- Done
Call from command line like this:
FileStuckNtoifier.exe notifyIfFolderIsNotEmpty <folder>
Replace <folder> with the path of the directory you want to check.