LocalFileSystemWatcherEventArgs Properties |
The LocalFileSystemWatcherEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
Gets the type of directory event that occurred.
|
![]() | AllocatedLength |
Gets the allocated size of the affected file or directory.
|
![]() | Attributes |
Gets the attributes of the affected file or directory.
|
![]() | CreationTime |
Gets the creation time of the affected file or directory.
|
![]() | EventTime |
Gets this event creation time.
|
![]() | Id |
Gets the 128-bit identifier of the affected file or directory.
|
![]() | LastAccessTime |
Gets the last access time of the affected file or directory.
|
![]() | LastChangeTime |
Gets the last change time of the affected file or directory.
|
![]() | LastModificationTime |
Gets the last modification time of the affected file or directory.
|
![]() | OldParentId |
Gets the previous parent 128-bit identifier of the affected file or directory.
Only set in the case of Renamed event type.
|
![]() | OldPath |
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.
|
![]() | ParentId |
Gets the parent 128-bit identifier of the affected file or directory.
|
![]() | Path |
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.
|
![]() | ReparsePointTag |
Gets the reparse point tag of the affected file or directory.
|
![]() | Size |
Gets the size of the affected file.
|
![]() | VolumeGuid |
Gets the affected file or directory (and parent) volume GUID.
|