Skip to content

Simple utility to watch directory change notifications on a given path

Notifications You must be signed in to change notification settings

OSRDrivers/dirchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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