HardTotals.Delete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the named file.
public abstract void Delete (string fileName);
abstract member Delete : string -> unit
Public MustOverride Sub Delete (fileName As String)
Parameters
- fileName
- String
The fileName parameter specifies the totals file to delete.