Creates a StreamReader that reads from an existing text file.
Creates a StreamReader that reads from an existing text file.
[Visual Basic] Overloads Public Function OpenText() As StreamReader
[C#] public StreamReader OpenText();
[C++] public: StreamReader* OpenText();
[JScript] public function OpenText() : StreamReader;
Creates a StreamReader that reads from an existing text file having the specified path.
[Visual Basic] Overloads Public Shared Function OpenText(String) As StreamReader
[C#] public static StreamReader OpenText(String);
[C++] public: static StreamReader* OpenText(String*);
[JScript] public static function OpenText(String) : StreamReader;