views:

4

answers:

0

Hi, I have saved my document using autosave functionality at default path (~/Library/Autosave Information/).

but while launching the application the autosaved documents are not opening. Even the control does not go this method:

- (id)initForURL:(NSURL *)absoluteDocumentURL withContentsOfURL:(NSURL *)absoluteDocumentContentsURL ofType:(NSString *)typeName error:(NSError **)outError

Actually it should gets called automatic if the documents saved at auto save path using autosave functionality.

Could not get what to do..

Somebody help me on this..