FileSystemMoveEvent class

File system event for moving of file system objects.

File system event for moving of file system objects.

Extends:

Instance Properties

destination String
read-only
If the underlaying implementation is able to identify the destination of the moved file, destination will be set. Otherwise, it will be null.
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.