Back to Pocketbase

Interface open

static/jsvm/interfaces/os.open.html

latest642 B
Original Source

Interface open

Hierarchy

Open opens the named file for reading. If successful, methods on the returned file can be used for reading; the associated file descriptor has mode O_RDONLY. If there is an error, it will be of type *PathError.

Parameters

name: string

Returns os.File

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc