DIAdem Help

Method: GetStandardStream for FileSystemObject

  • Updated2024-09-12
  • 1 minute(s) read

Method: GetStandardStream for FileSystemObject

This method is not supported in DIAdem.

Set oTextStream = Object.GetStandardStream(StandardStreamType, [Unicode])
ObjectFileSystemObject
Object with this method
StandardStreamTypeEnumeration with the following selection terms:
0StdInStandard input
1StdOutStandard output
2StdErrStandard error
[Unicode]Boolean
Specifies whether DIAdem creates a Unicode or an ASCII file. If the value is True, DIAdem creates a Unicode file. If the value is False, DIAdem creates an ASCII file. The default value is False.
oTextStreamTextStream
Returned object

Log in to get a better experience