Dart SDK
dart:io
FileSystemModifyEvent
class
FileSystemModifyEvent
Properties
Methods
Properties
contentChanged
type
path
isDirectory
Methods
toString
File system event for modifications of file system objects.
Extends
Object
FileSystemEvent
FileSystemModifyEvent
Properties
bool
contentChanged
read-only
If the content was changed and not only the attributes,
contentChanged
is true.
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.