FileSystemWatcher Xojo Plugin

FileSystemWatcher.RemoveFolderWatch Method

Removes folder watch at a given index.

RemoveFolderWatch(
   index as Integer)

Parameters

index
The index of the watch to remove. (first watch is at index zero)

Remarks

Use the FolderWatchCount property so check how many watches there are. And FolderWatchAt if you need to iterate through the watches.

See Also

FileSystemWatcher Class