DirectoryWatcher

PARTIALLY IMPLEMENTED / NOT STABLE

Constructors

this
this(FilePath directoryToWatch, string globPattern, bool recursive, void delegate(FilePath pathModified, ChangeOperation op) dg)

Watches a directory and its contents. If the globPattern is null, it will not attempt to add child items but also will not filter it, meaning you will be left with platform-specific behavior.

Meta