Home > @rushstack/node-core-library > IFileSystemDeleteFileOptions > throwIfNotExists
IFileSystemDeleteFileOptions.throwIfNotExists property
If true, will throw an exception if the file did not exist before deleteFile()
was called.
Signature:
throwIfNotExists?: boolean;