Sidebar

reference:scripting_reference:scripting_objects:filesystemchangedata

A script add-in can monitor file and folder changes by implementing the OnFilesystemChange event and calling the FSUtil.WatchChanges method to establish monitoring.

Property Name Return Type Description

id

string

Returns the ID of the watcher that detected a file or folder change. This ID is assigned when you create the watcher in the call to FSUtil.WatchChanges.