|
Summary
Specifies the name of the file in which the captured data will be stored.
Description
The CaptureFile property specifies the file name for the captured data to be stored. This property must be set before calling the CaptureData method (or setting the VtAction property to
VT_CAPTURE_DATA_FILE) or before calling the ScreenCapture method (or setting the VtAction property to VT_CAPTURE_SCREEN_FILE.) The CaptureAppend property determines if the contents of this file will
be overwritten or appended with the captured data.
Check the CaptureDataFile and CaptureScreenFile properties before actually starting a data or screen capture. Also, check the InCaptureDataFile property to see if a data capture is in progress.
The default value for this property is an empty file name. This property can be read or written to at any time.
Example
Vt220Client.CaptureFile = "screen.txt" Vt220Client.VtAction = VT_CAPTURE_SCREEN_FILE<
|