Package: effect
Module: FileSystem
Event representing the creation of a new file or directory.
Details
This event is triggered when a new file or directory is created in the watched location.
Signature
export interface Create {
readonly _tag: "Create"
readonly path: string
}
Since v4.0.0