MonobjcMonobjc Documented Class Library
WriteToURLAtomically Method (aURL, atomically)
NamespacesMonobjc.FoundationNSStringWriteToURLAtomically(NSURL, Boolean)

Writes the contents of the receiver to the location specified by a given URL. (Deprecated in Mac OS X v10.4. Use writeToURL:atomically:encoding:error: instead.)

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use writeToURL:atomically:encoding:error: instead.")]
public virtual bool WriteToURLAtomically(
	NSURL aURL,
	bool atomically
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use writeToURL:atomically:encoding:error: instead.")> _
Public Overridable Function WriteToURLAtomically ( _
	aURL As NSURL, _
	atomically As Boolean _
) As Boolean
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use writeToURL:atomically:encoding:error: instead.")]
public:
virtual bool WriteToURLAtomically(
	NSURL^ aURL, 
	bool atomically
)
Parameters
aURL (NSURL)
MISSING
atomically (Boolean)
MISSING
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)