NSFileWrapper.Write Method

Definition

Recursively writes the entire contents of this to the specified URL. Returns true if successful.

[Foundation.Export("writeToURL:options:originalContentsURL:error:")]
public virtual bool Write (Foundation.NSUrl url, Foundation.NSFileWrapperWritingOptions options, Foundation.NSUrl originalContentsURL, out Foundation.NSError outError);
abstract member Write : Foundation.NSUrl * Foundation.NSFileWrapperWritingOptions * Foundation.NSUrl *  -> bool
override this.Write : Foundation.NSUrl * Foundation.NSFileWrapperWritingOptions * Foundation.NSUrl *  -> bool

Parameters

url
NSUrl
originalContentsURL
NSUrl
outError
NSError

Returns

Attributes

Applies to