Initializes a newly allocated array with the contents of the location specified by a given URL.
Original signature is '- (id)initWithContentsOfURL:(NSURL *)aURL'
Available in Mac OS X v10.0 and later.


- aURL (NSURL)
- The location of a file containing a string representation of an array produced by the writeToURL:atomically: method.

An array initialized to contain the contents specified by aURL. Returns nil if the location can’t be opened or if the contents of the location can’t be parsed into an array. The returned object might be different than the original receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)