FileReferenceStatus Enumeration |
Enumerates a list of file statuses.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum FileReferenceStatus
Public Enumeration FileReferenceStatus
Members|
| Member name | Value | Description |
|---|
| Unknown | 0 |
Status of a the full path is not known.
|
| FullPathValid | 1 |
Full path is valid.
|
| FileNotFound | 2 |
Unable to locate file.
|
Version InformationRhino for Windows
Supported in: 6.8
See Also