NSFileHandle.OpenUpdate(String) Method

Definition

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

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

Parameters

path
String

Returns

Attributes

Applies to