How do I retrieve the project directory of an xcode project targeted for the ipad? Or if it isn't possible, then how do it retrieve the home directory of the user?
something like:
NSString *path = [NSProject getPath];//could be absolute or relative
or
NSString *homeDir = [NSURL getUserDirectory];