<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`FileSystemAdapter`](FileSystemAdapter) › [`appendBinary`](FileSystemAdapter/appendBinary) ## FileSystemAdapter.appendBinary() method 1.12.3 **Signature:** ```typescript appendBinary(normalizedPath: string, data: ArrayBuffer, options?: DataWriteOptions): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>normalizedPath</code> | <code>string</code> | | | <code>data</code> | <code>ArrayBuffer</code> | | | <code>options</code> | [`DataWriteOptions`](DataWriteOptions) | _(Optional)_ | **Returns:** `Promise<void>`