Attachmate.Reflection Assembly > Attachmate.Reflection.Productivity Namespace > IScreenHistory Interface : OpenScreenHistoryFile Method |
'Declaration
Function OpenScreenHistoryFile( _ ByVal path As String, _ ByVal overwrite As Boolean _ ) As ReturnCode
'Usage
Dim instance As IScreenHistory Dim path As String Dim overwrite As Boolean Dim value As ReturnCode value = instance.OpenScreenHistoryFile(path, overwrite)
ReturnCode OpenScreenHistoryFile( string path, bool overwrite )