Decodes and returns the object archived in the file path.
Original signature is '+ (id)unarchiveObjectWithFile:(NSString *)path'
Available in Mac OS X v10.0 and later.


- path (NSString)
- The path to a file than contains an archive created using NSArchiver.

The object, or object graph, that was archived in the file at path. Returns nil if the file at path cannot be unarchived.

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