FSWatcher

file watcher struct

Members

Aliases

WatchEventCallback
alias WatchEventCallback = void delegate(ref const(Inotifier.Event) wd) nothrow

Signature for the watch event callback delegate

Functions

addWatch
WatchDescriptor addWatch(const(char)[] path, uint mask, WatchEventCallback callback)

Add a watch point.

removeWatch
void removeWatch(WatchDescriptor wd)

Remove a watch point

Meta