Share via


HardTotals.Rename(Int32, String) Method

Definition

Renames a totals file.

public abstract void Rename (int handle, string newName);
abstract member Rename : int * string -> unit
Public MustOverride Sub Rename (handle As Integer, newName As String)

Parameters

handle
Int32

Handle to the totals file to be renamed.

newName
String

The new name to be assigned to the file.The name must not exceed 10 characters. All displayable characters ( ≥ 20 hexadecimal) are valid.

Applies to