/ Published in: Objective C
Use like this: [self docsUrl]
Expand |
Embed | Plain Text
return [[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject]; }
You need to login to post a comment.
