Method: GetStandardStream for FileSystemObject
- Updated2024-09-12
- 1 minute(s) read
FileSystemObject and Dictionary > Methods > Method: GetStandardStream for FileSystemObject
Method: GetStandardStream for FileSystemObject
This method is not supported in DIAdem.
Set oTextStream = Object.GetStandardStream(StandardStreamType, [Unicode])
Object | FileSystemObject Object with this method | |||||||||
StandardStreamType | Enumeration with the following selection terms:
| |||||||||
[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. | |||||||||
oTextStream | TextStream Returned object |