effect-io-ai

Package: effect
Module: FileSystem

FileSystem.SeekMode

Specifies the reference point for seeking within an open file.

When to use

Use with File handles when positioning the cursor before a read or write and the offset must be interpreted from either the start of the file or the current cursor.

Details

See

Signature

type SeekMode = "start" | "current"

Source

Since v4.0.0