FileSystemModifyEvent class

File system event for modifications of file system objects.

File system event for modifications of file system objects.

Extends:

Instance Properties

contentChanged bool
read-only
If the content was changed and not only the attributes, contentChanged is true.
type int Inherited
read-only
The type of event. See FileSystemEvent for a list of events.
path String Inherited
read-only
The path that triggered the event. Depending on the platform and the FileSystemEntity, the path may be relative.
isDirectory bool Inherited
read-only
Is true if the event target was a directory.

Instance Methods

toString ( ) → String
Returns a string representation of this object.