Vault โ€บ append

Vault.append() method

Add text to the end of a plaintext file inside the vault.

Signature:

append(file: TFile, data: string, options?: DataWriteOptions): Promise<void>;

Parameters

ParameterTypeDescription
fileTFileThe file
datastringthe text to add
optionsDataWriteOptions(Optional) (Optional)

Returns:

Promise<void>