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 NameReturn TypeDescription

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.

最后更新于