NSDictionary.WriteToFile(String, Boolean) 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.
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