Applies To Objects
Description
Determines how captured data will be written to a file.
Syntax
object.CaptureSetup([FileName=name][,Append=appendBool][,EnableCapture=enableBool][,StripEscSeq=stripBool]
Element |
Description |
Object |
The Session object. |
FileName |
Sets the name of the file to which captured data will be written. |
Append |
If the Boolean value appendBool is TRUE, appends data to the end of the file specified by FileName. If FALSE, overwrites any data previously stored in the file. |
EnableCapture |
If the Boolean value enableBool is TRUE, allows data to be captured to file. If FALSE, disables data capture. |
StripEscSeq |
If the Boolean value stripBool is TRUE, strips escape sequences from captured data before writing it to file. |
Comments
The optional elements may be listed in any order. Elements must be separated by commas, as shown above.