FolderFrenzy is a Windows Forms application that monitors a folder and displays a notification in the system tray when a new file or folder is created inside it. The program runs in the background and is hidden from view.
Somanathan Gohulan
To use FolderFrenzy, follow these steps:
- Clone the repository to your local machine.
- Open the project in Visual Studio.
- Build the project to create the executable file.
- Run the executable file (FolderMonitor.exe).
- Specify the folder to monitor by setting the watcher.Path property in the Form1 constructor.
- Minimize the window or close it (the program will continue to run in the background).
- Create a new file or folder inside the monitored folder.
- The program will display a notification in the system tray to alert you to the new file or folder.
This project is licensed under the MIT License. See the LICENSE file for details.