Loads the composition file located at the specified path.
Original signature is '- (BOOL)loadCompositionFromFile:(NSString *)path'
Available in Mac OS X v10.4 and later.


- path (NSString)
- A string that specifies the location of a Quartz Composer composition file.

If unsuccessful, returns NO; any composition that’s already loaded in the view remains loaded.

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