Skip to content

OSRDrivers/dirchange

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Directory Change Notification Watcher

This utility watches all of the directory change notifications that fire on the specified directory path and all subdirectories.

Building

The provided solution builds in Visual Studio 2017

Usage

dirchange <path>

Example Output

E:\depot\tools\dirchange\x64\Debug>dirchange e:\
Modifications to e:\ will be shown as they happen
NewEntry:
	Action: 3 (FILE_ACTION_MODIFIED)
	Name: foo.txt
NewEntry:
	Action: 3 (FILE_ACTION_MODIFIED)
	Name: foo.txt
NewEntry:
	Action: 4 (FILE_ACTION_RENAMED_OLD_NAME)
	Name: foo.txt
NewEntry:
	Action: 5 (FILE_ACTION_RENAMED_NEW_NAME)
	Name: bar.txt

About

Simple utility to watch directory change notifications on a given path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages