File system event for newly created file system objects.

Inheritance

Properties

isDirectory bool
read-only, inherited

Is true if the event target was a directory.

path String
read-only, inherited

The path that triggered the event. Depending on the platform and the FileSystemEntity, the path may be relative.

type int
read-only, inherited

The type of event. See FileSystemEvent for a list of events.

Methods

toString() → String

Returns a string representation of this object.