Inotifier.watch

add or change a watch point

struct Inotifier
@trusted @nogc
watch
(
const(char)[] path
,
uint mask
)

Parameters

path const(char)[]

path to be watched

mask uint

the mask of events to be watched

Return Value

the WatchDescriptor of the added or modified watch point.

Meta