Home > @rushstack/node-core-library > IFileWriterFlags
IFileWriterFlags interface
Interface which represents the flags about which mode the file should be opened in.
Signature:
export interface IFileWriterFlags
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Open file for appending. | ||
boolean | (Optional) Fails if path exists. The exclusive flag ensures that path is newly created. |