Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / OpenSettings Method
Specifies the path and filename for the settings file.


In This Topic
OpenSettings Method
In This Topic
Opens a setting file.
Syntax
'Declaration
 
Function OpenSettings( _
   ByVal fileName As String _
) As ReturnCode
 
'Usage
 
Dim instance As ITerminal
Dim fileName As String
Dim value As ReturnCode
 
value = instance.OpenSettings(fileName)

Parameters

fileName
Specifies the path and filename for the settings file.

Return Value

ReturnCode value indicates success or error conditions.
See Also