Click or drag to resize

LocalFileSystemWatcherEventArgs Properties

The LocalFileSystemWatcherEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the type of directory event that occurred.
Public propertyAllocatedLength
Gets the allocated size of the affected file or directory.
Public propertyAttributes
Gets the attributes of the affected file or directory.
Public propertyCreationTime
Gets the creation time of the affected file or directory.
Public propertyEventTime
Gets this event creation time.
Public propertyId
Gets the 128-bit identifier of the affected file or directory.
Public propertyLastAccessTime
Gets the last access time of the affected file or directory.
Public propertyLastChangeTime
Gets the last change time of the affected file or directory.
Public propertyLastModificationTime
Gets the last modification time of the affected file or directory.
Public propertyOldParentId
Gets the previous parent 128-bit identifier of the affected file or directory. Only set in the case of Renamed event type.
Public propertyOldPath
Gets the previous fully qualified path or a relative path of the affected file or directory. The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used. Only set in the case of Renamed event type.
Public propertyParentId
Gets the parent 128-bit identifier of the affected file or directory.
Public propertyPath
Gets the fully qualifed path or a relative path of the affected file or directory. The LocalFileSystemWatcher SetRelativePaths property value determines if relative paths are used.
Public propertyReparsePointTag
Gets the reparse point tag of the affected file or directory.
Public propertySize
Gets the size of the affected file.
Public propertyVolumeGuid
Gets the affected file or directory (and parent) volume GUID.
Top
See Also