It’s really easy. At one of the your projects add this line of code to see the path in the debug log:

NSLog(@"Document folder: %@", [[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask]);