Back to Pocketbase

Interface mkdir

static/jsvm/interfaces/os.mkdir.html

latest573 B
Original Source

Interface mkdir

Hierarchy

  • 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