|
Output Object |
|
See Also: |
The Output.Class property returns the class of the Output.Stream.
VBScript:
JScript:
| Output | The Output object. |
| sClass | A string describing the class of the output stream. The possible values are:
|
We realize that class is an overloaded term. In this case, there are several possible classes of output streams, and each class behaves differently. Currently, there are only file streams and custom streams. Custom streams implement only the IStream interface, whereas other classes of streams implement additional interfaces. Future versions of APGen will likely include FTP and WebDAV streams.
The Output.Class property can be used to determine whether the output stream is open and writing to a file or stream.