Home > @rushstack/node-core-library > IFileSystemWriteBinaryFileOptions
IFileSystemWriteBinaryFileOptions interface
The options for FileSystem.writeBuffersToFile()
Signature:
export interface IFileSystemWriteBinaryFileOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) If true, will ensure the folder is created before writing the file. |