Click or drag to resize

FileReferenceStatus Enumeration

Enumerates a list of file statuses.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum FileReferenceStatus
Members
  Member nameValueDescription
Unknown0 Status of a the full path is not known.
FullPathValid1 Full path is valid.
FileNotFound2 Unable to locate file.
See Also