effect-io-ai

Package: effect
Module: FileSystem

FileSystem.WatchEvent.Create

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
  }

Source

Since v4.0.0