NSFileWrapper.Write 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.
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
- options
- NSFileWrapperWritingOptions
- originalContentsURL
- NSUrl
- outError
- NSError
Returns
- Attributes