This will not fail if the File does not exist.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| fileName | String | The Name of the File to Delete. | ||
| ignoreReadOnly | Boolean | Optional | Determines whether to ignore the Readonly state of the File. You cannot delete a Read-Only file. If omitted, a value of False is assumed. |
A Boolean value indicating success.