File system event for modifications of file system objects.
- Extends
- Object
- FileSystemEvent
- FileSystemModifyEvent
Properties
- bool contentChanged
-
read-onlyIf the content was changed and not only the attributes, contentChanged is
true
. - bool isDirectory
-
read-only, inheritedIs
true
if the event target was a directory. - String path
-
read-only, inheritedThe path that triggered the event. Depending on the platform and the FileSystemEntity, the path may be relative.
- int type
-
read-only, inheritedThe type of event. See FileSystemEvent for a list of events.