FileSystemEvent.unwatch

Stops watching the specified path. The handler delegate will no longer be called when events on this path occur.

class FileSystemEvent
bool
unwatch
(
char[] path
)

Return Value

Type: bool

True, if path was successfully removed False, the path was not found in the list of watched paths

Throws

upon failure when removing the watch of a file

Meta