VolumeWatcherModule

Description:
  • Watches files and folders for changes.

Source:
Author:
See:

Watches files and folders for changes.

Requires

  • module:debug
  • module:events
  • module:fs

Classes

VolumeWatcher

Events

event:change_detected

Description:
  • Change detected notification

Source:
Type:
  • string

event:watch_add_result

Description:
  • Watch added result notification

Source:
Type:
  • object
Parameters:
Name Type Description
e.target string

Name of the watch item that was addded.

e.success boolean

Flag indicating if the watch item was added successfully.