<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Vault`](Vault) › [`append`](Vault/append)
## Vault.append() method
Add text to the end of a plaintext file inside the vault.
**Signature:**
```typescript
append(file: TFile, data: string, options?: DataWriteOptions): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>file</code> | [`TFile`](TFile) | The file |
| <code>data</code> | <code>string</code> | the text to add |
| <code>options</code> | [`DataWriteOptions`](DataWriteOptions) | <p>_(Optional)_ (Optional)</p><p> 0.13.0</p> |
**Returns:**
`Promise<void>`