InfoConnect for Unisys VBA Guide
SaveScreenHistoryFile Function
The full pathname of the file to save the screen history contents to.
If true, overwrites an existing copy of the file. If false, the file will not be saved if it already exists.
Saves screen history contents to the specified file.
Syntax
object.SaveScreenHistoryFile( _
   ByVal filePath As String, _
   ByVal overwrite As Boolean _
) As ReturnCode

Parameters

filePath
The full pathname of the file to save the screen history contents to.
overwrite
If true, overwrites an existing copy of the file. If false, the file will not be saved if it already exists.

Return Value

ReturnCode.Success if the save succeeded, ReturnCode.Error if it failed.
Remarks
If filePath exists, the file is overwritten.
See Also

 

 


2015 Attachmate

Send Feedback