NSOutputStream.CreateFile(String, Boolean) Method

Definition

[Foundation.Export("outputStreamToFileAtPath:append:")]
public static Foundation.NSOutputStream CreateFile (string path, bool shouldAppend);
static member CreateFile : string * bool -> Foundation.NSOutputStream

Parameters

path
String
shouldAppend
Boolean

Returns

Attributes

Applies to