| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > writeBuffersToFileAsync
An async version of FileSystem.writeBuffersToFile()<></>.
Signature:
static writeBuffersToFileAsync(filePath: string, contents: ReadonlyArray<NodeJS.ArrayBufferView>, options?: IFileSystemWriteBinaryFileOptions): Promise<void>;|
Parameter |
Type |
Description |
|---|---|---|
|
filePath |
string | |
|
contents |
ReadonlyArray<NodeJS.ArrayBufferView> | |
|
options |
(Optional) |
Returns:
Promise<void>