Click or drag to resize
Galactic API

FileGetReader Method

Opens and gets a StreamReader for the file at the supplied path.

Namespace:  Galactic.FileSystem
Assembly:  Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static StreamReader GetReader(
	string path
)

Parameters

path
Type: SystemString
The path to the file to get a StreamReader for.

Return Value

Type: StreamReader
A StreamReader for the file.
See Also