HardTotals.Rename(Int32, 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.
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.