OutputRecordStream.GetStreamInfo
- Updated2025-07-21
- 1 minute(s) read
OutputRecordStream.GetStreamInfo
Syntax
OutputRecordStream.GetStreamInfo( streamDescription)
Return Value
string - A string describing the location of the underlying stream. The exact details are up to the implementation. For file streams, this could be the absolute path of the underlying file. For other types of streams, it could be an appropriate Uniform Resource Identifier (URI).
Purpose
Get descriptive information about this stream useful for displaying to the user.
Parameters
streamDescription As String
[Out] Outputs an implementation dependent stream description.