Grasshopper API
GH_FileWatcherCreateDirectoryWatcher Method (String, String, GH_FileWatcherEvents, GH_FileWatcherFileChanged) |
Create a new FileSystem Watcher object aimed at a specific file.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static GH_FileWatcher CreateDirectoryWatcher( string folderPath, string filter, GH_FileWatcherEvents events, GH_FileWatcherFileChanged delegate )
Public Shared Function CreateDirectoryWatcher ( folderPath As String, filter As String, events As GH_FileWatcherEvents, delegate As GH_FileWatcherFileChanged ) As GH_FileWatcher
Parameters
- folderPath
- Type: SystemString
Folder to watch. - filter
- Type: SystemString
Filter string for filenames. - events
- Type: Grasshopper.KernelGH_FileWatcherEvents
Events to watch for. - delegate
- Type: Grasshopper.KernelGH_FileWatcherFileChanged
Callback delegate.
Return Value
Type: GH_FileWatcherA new filewatcher aimed at the specified folder.
