Mono Class Library: Mono.Unix.StdioFileStream Overview | Members

Mono.Unix.StdioFileStream Constructor

Opens path for reading.

public StdioFileStream (string path)

Parameters

path
A string containing the file name to open.

Exceptions

TypeReason
ArgumentNullExceptionpath or mode is null.
ArgumentExceptionpath is a 0-length string.
System.IO.DirectoryNotFoundExceptionpath could not be opened.

Remarks

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0