Method Delete
Delete(bool)
Deletes the file.
Declaration
void Delete(bool ignoreNotFound = true)
Parameters
Type | Name | Description |
---|---|---|
bool | ignoreNotFound | true to ignore file not found errors; otherwise, false to throw FileNotFoundException if the file was not found. |