NSFileHandle.OpenRead(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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