NSDictionary.WriteToFile(String, Boolean) Method

Definition

Attempts to write the NSDictionary to the specified path. If useAuxiliaryFile is true, the file is written atomically. Returns success or failure.

[Foundation.Export("writeToFile:atomically:")]
public virtual bool WriteToFile (string path, bool useAuxiliaryFile);
abstract member WriteToFile : string * bool -> bool
override this.WriteToFile : string * bool -> bool

Parameters

path
String
useAuxiliaryFile
Boolean

Returns

Attributes

Applies to