Saves the web history to the specified file.
Original signature is '- (BOOL)saveToURL:(NSURL *)URL error:(NSError **)error'
Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax

Parameters
- URL (NSURL)
- The URL of the file to contain the web history information. The file must be user-writable, but its format is private and should not be edited directly.
- error (NSError%)
- On output, nil if the load was successful; otherwise, error, which contains details of the failure.

Return Value
YES if successful; 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.WebKit (Module: Monobjc.WebKit)