Skip to content

IFileSystem.OpenRead method

Opens the file at the specified path for reading.

public Stream OpenRead(string path)
parameter description
path The path of the file.

Return Value

A stream for reading from the file.

See Also