Back to Pocketbase

Function removeAll

static/jsvm/functions/_os.removeAll.html

latest588 B
Original Source

Function removeAll

  • removeAll(path): void

RemoveAll removes path and any children it contains. It removes everything it can but returns the first error it encounters. If the path does not exist, RemoveAll returns nil (no error). If there is an error, it will be of type [*PathError].

Parameters

path: string

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc