Cocoa Core data filename?

Posted by RW on Stack Overflow See other posts from Stack Overflow or by RW
Published on 2010-03-16T07:08:48Z Indexed on 2010/03/16 7:16 UTC
Read the original article Hit count: 299

Filed under:
|
|
|

I followed Apple's example for creating a managed object which btw was great...

http://developer.apple.com/cocoa/coredatatutorial/index.html

However I now want to know what "name" (filename) the user saved his data as. Does anyone know how to pull the filename from the core data object.

something like this would be great...

NSLog (@"the filename is %@", [coreData filename]);

Any ideas?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c