SaveScreenHistoryFile Method
In This Topic
Saves screen history contents to the specified file.
Syntax
expression.SaveScreenHistoryFile( _
ByVal As System.String, _
ByVal As System.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
One of the following ReturnCode values:
Member |
Description |
Cancelled |
Cancelled. |
Error |
Error. |
PermissionRequired |
Permission is required. |
Success |
Success. |
Timeout |
Timeout condition. |
Truncated |
The text is truncated. |
See Also