Grasshopper API
GH_FileWatcherFileChangedSimple Delegate |
Delegate method for file change callbacks.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void FileChangedSimple( string filename )
Public Delegate Sub FileChangedSimple ( filename As String )
Parameters
- filename
- Type: SystemString
Path to file that is being watched.

