interface Deno.FsEvent
Represents a unique file system event yielded by a
Deno.FsWatcher.
Properties Jump to heading
Jump to headingkind: "any"
| "access"
| "create"
| "modify"
| "rename"
| "remove"
| "other"The kind/type of the file system event.
Jump to headingpaths: string[]An array of paths that are associated with the file system event.
optional
Jump to headingflag: FsEventFlagAny additional flags associated with the event.