Click or drag to resize

RhinoFileWatcherChangeReason Enumeration

Passed to IRhinoFileEventWatcher::Changed when a change event is raised.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RhinoFileWatcherChangeReason
Members
  Member nameValueDescription
Created1 The creation of a file or folder.
Deleted2 The deletion of a file or folder.
Changed4 The change of a file or folder. The types of changes include: changes to size, attributes, security settings, last write, and last access time.
Renamed5 The renaming of a file or folder.
See Also