Home > @rushstack/node-core-library > IFileSystemDeleteFileOptions
IFileSystemDeleteFileOptions interface
The options for FileSystem.deleteFile()
Signature:
export interface IFileSystemDeleteFileOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
throwIfNotExists? | boolean | (Optional) If true, will throw an exception if the file did not exist before deleteFile() was called. |