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