Skip to content

Vault.readRaw method

Vault › readRaw

Unofficial

Read a file from the vault as a string.

Signature:

readRaw(path: string): Promise<string>

Parameters:

Parameter Type Description
path string Path to file.

Returns: Promise<string>A promise that resolves to the file content.