Table of Contents

Method OpenRead

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OpenRead(string)

Opens an existing file for reading.

public static Stream OpenRead(string path)

Parameters

path string

The file to be opened for reading.

Returns

Stream

A read-only Stream on the specified path.