Skip to main content Link Search Menu Expand Document (external link) Copy Copied

OpenStream

Opens a stream over a text file.


Syntax

expression.OpenStream(FilePath)

Parameters

The required FilePath argument is an identifier specifying a String type variable.

Return value

None

📝Note

Before stream over a text file, user must open a stream pointing to that file.


Behavior

If the text file doesn’t exist, it will be created and then a stream is opened.

Back to Methods overview