/ Published in: Objective C
                    
                                        
Use like this: [[self docsPath] stringByAppendingPathComponent:@"photo.png"]
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
return [[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject] path];
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                