Skip to content

Vault.createFolder method

Vault › createFolder

Official

Create a new folder inside the vault.

Signature:

createFolder(path: string): Promise<TFolder>

Parameters:

Parameter Type Description
path string Vault absolute path for the new folder.

Returns: Promise<TFolder>

Since: 1.4.0