NSFileHandle.OpenRead(String) Method

Definition

Static factory method to create an NSFileHandle for reading the file at the specified path.

[Foundation.Export("fileHandleForReadingAtPath:")]
public static Foundation.NSFileHandle OpenRead (string path);
static member OpenRead : string -> Foundation.NSFileHandle

Parameters

path
String

Returns

Attributes

Applies to