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