Back to Pocketbase

Function mkdir

static/jsvm/functions/_os.mkdir.html

latest564 B
Original Source

Function mkdir

  • mkdir(name, perm): void

Mkdir creates a new directory with the specified name and permission bits (before umask). If there is an error, it will be of type *PathError.

Parameters

name: string
perm: os.FileMode

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc