Dart API Reference
dart:io
FileSystemCreateEvent
FileSystemCreateEvent
class
File system event for newly created file system objects.
File system event for newly created file system objects.
Extends
Object
FileSystemEvent
FileSystemCreateEvent
Instance Properties
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.