NSFileHandle.OpenWrite(String) Method

Definition

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

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

Parameters

path
String

Returns

Attributes

Applies to