GH_AsynchFileDataFileExists Property |
Gets whether the file exists.
Note that this property returns false if DataExists=False, regardless of whether the file exists.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool FileExists { get; }
Public ReadOnly Property FileExists As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.GUI.GH_AsynchFileData.FileExists"]
See Also