MonobjcMonobjc Documented Class Library
WriteToURLAtomically Method (aURL, flag)
NamespacesMonobjc.FoundationNSDictionaryWriteToURLAtomically(NSURL, Boolean)

Writes a property list representation of the contents of the dictionary to a given URL.

Original signature is '- (BOOL)writeToURL:(NSURL *)aURL atomically:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool WriteToURLAtomically(
	NSURL aURL,
	bool flag
)
Public Overridable Function WriteToURLAtomically ( _
	aURL As NSURL, _
	flag As Boolean _
) As Boolean
public:
virtual bool WriteToURLAtomically(
	NSURL^ aURL, 
	bool flag
)
Parameters
aURL (NSURL)
The URL to which to write the dictionary.
flag (Boolean)
A flag that specifies whether the output should be written atomically.
Return Value
YES if the location is written successfully, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)