Back to Pocketbase

Interface readFile

static/jsvm/interfaces/os.readFile.html

latest605 B
Original Source

Interface readFile

Hierarchy

  • readFile

  • readFile(name): string | number[]

ReadFile reads the named file and returns the contents. A successful call returns err == nil, not err == EOF. Because ReadFile reads the whole file, it does not treat an EOF from Read as an error to be reported.

Parameters

name: string

Returns string | number[]

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc