Folder monitoring applet

Program download address: Click to download

In many years of work, sometimes you will need to debug a program, or debug configuration, but there are many configuration files, and you need to debug a little bit. Finally, after debugging, I forgot which configuration files I modified.

When I switch to another computer, I have to do it again. It is very time-consuming. I can only force myself to record the debugging steps in detail step by step. As a developer, my idea is how to alleviate my physical labor through program functions. .

Therefore, a folder monitoring applet has been developed to monitor which files have been modified or which files have been manipulated while the program is running.

The above is the main interface of the program. Right-click in the monitoring folder list to add a folder, or drag and drop the folder directly into the list, or it can be automatically obtained. After setting the monitoring folder, click to start the monitoring. All file operations are displayed in the log

The log shows the operations of all files in the folder, but sometimes there are many operations. It is not clear which files are specifically operated by looking directly at the log. Therefore, I added a log summary information to classify and display the operations of each file. The display interface is as follows

Of course, sometimes there is no file monitoring, and I want to know the file status in a certain folder. Of course, you can choose the search function of the system, and I think that function is not very easy to use, so I added a simple search myself. The interface is as follows

Basically, the software has these functions.

 

Guess you like

Origin www.cnblogs.com/huangyoulong/p/12688757.html