Dart SDK
dart:io
FileSystemMoveEvent
class
FileSystemMoveEvent
Properties
Methods
Properties
destination
type
path
isDirectory
Methods
toString
File system event for moving of file system objects.
Extends
Object
FileSystemEvent
FileSystemMoveEvent
Properties
String
destination
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.
int
type
read-only ,
inherited
The type of event. See
FileSystemEvent
for a list of events.
String
path
read-only ,
inherited
The path that triggered the event. Depending on the platform and the FileSystemEntity, the path may be relative.
bool
isDirectory
read-only ,
inherited
Is true if the event target was a directory.
Methods
toString
(
) →
String
Returns a string representation of this object.