Windows Directory Monitor

Martin Brinkmann
Jul 26, 2011
Updated • Dec 16, 2012
Software, Windows software
|
9

Sometimes you may need to monitor a directory for changes. This can be the case if it contains super-important files that no one but you should tamper with or to get information about new or modified files in a specific directory. While you may be able to monitor a folder manually if it contains a handful of files, the tasks becomes impossible for larger sets of directories and files.

Enter Directory Monitor, a free program for Windows to monitor one or multiple directories. When you start the program for the first time you will see the main interface with an option to immediately add a directory for monitoring.

You can either paste a folder path into the form at the top or use the folder browser to pick a directory for monitoring. A click on Add starts the monitoring of the selected folder. All folders added this way are monitored for new file events only.
windows dir monitor

A right-click on a folder opens the context menu with options to edit or delete the selected folder. The edit directory entry opens a new menu with options to change the events that the software monitors. Additional options include file modifications, deletions and renames. The program will monitor subdirectories by default, can record the user information that made the change or execute an application when a change is recognized.

All changes are by default displayed in the lower half of the program window. This log can be saved, copied or cleared from the Log menu at the top.

The program options and settings can be used for advanced configurations. This includes options to set global file or folder patterns that you want included or excluded. Handy if you only want to monitor document formats instead of all formats in the selected directories.

The default monitoring interval is set to 180 seconds, which means that Directory Monitor will check the selected directories in that interval for changes. It is possible to decrease or increase that interval in the settings.

Directory Monitor is a handy tool for Windows users. It could use notifications, sound or visual for example, to further assist and notify the user about changes made to directories that are monitored.

The program requires the Microsoft .NET Framework 3.5 Service Pack 1. It can be downloaded as a normal installer, web installer or portable version without installation from the developer website.

Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Werner said on October 25, 2011 at 8:03 am
    Reply

    @Georgios: Not at the moment. Since DM is real-time it won’t be able to monitor unless it’s running. I am about half way through the process of saving the directory structure to file on shutdown and then diffing the changes on start-up to users can detect changes that occurred while DM was offline. This should be available in the next week or so.

    If you can’t wait then I suggest you use a polling based monitor such as ShareWatcher which is already capable of doing this: http://www.thecodeline.com/wp/products/sharewatcher

  2. Georgios said on October 25, 2011 at 1:45 am
    Reply

    Can this software notify me whether changes took place in the network directory (due to overnight synchronizaion) with the software installed in my personal computer, when I log in in the morning? Thank you

  3. Werner said on August 23, 2011 at 10:25 pm
    Reply

    Hi Martin,

    Thanks for the review. I just want to let you know that Directory Monitor does not use polling and notifies the user of changes in real-time. The refresh interval (defaulted to 180 seconds) is just how often to check if the directory/share is still physically available and will change the icon on the left, update the status bar and notify the user accordingly.

    Werner

  4. Meena Bassem said on July 27, 2011 at 2:28 pm
    Reply

    well, sounds really nice and its’ quite doing what i want
    but i wish if it could tell me the filesize
    btw, thanks alot for sharing it. i was looking for something like that a long time ago , and now i found it

  5. Meena Bassem said on July 27, 2011 at 1:59 pm
    Reply

    great, then i can use it to monitor the directory C:\ and find out where any file is downloaded ?

    1. Martin Brinkmann said on July 27, 2011 at 2:21 pm
      Reply

      Yes, but you will get a lot of noise because you will see all new file creations, not just downloads.

  6. Meena Bassem said on July 27, 2011 at 1:13 am
    Reply

    can it watch sub directories as well ?

    1. Martin Brinkmann said on July 27, 2011 at 9:56 am
      Reply

      Yes it can monitor subfolders.

  7. KoalaBear said on July 26, 2011 at 4:35 pm
    Reply

    Ahh, in .NET you even have a default FileSystemWatcher class to handle such tasks.

    Then it is near realtime and dont need to scan the directory manually and compare with the previous scan. That would be more handy to program.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.