NSFileManager *fileMgr = [NSFileManager defaultManager];
NSString *dbPath = [[[NSBundle mainBundle] resourcePath ]stringByAppendingPathComponent:@"names.db"];
When I walk through debug, the path seems to be at /users/xxx/library/Application Support
I have my database created within the application directory. What path should be assigned?
//BOOL success = [fileMgr fileExistsAtPath:dbPath];
davepamn 2 weeks ago
very dynamic, no bs... Like t
JMeyN40 1 month ago
straight to the point, u re the better xcode videos, much better than the annoying kids....
hoping u are uploading more soon
sorriaejogue 11 months ago
NSFileManager *fileMgr = [NSFileManager defaultManager];
NSString *dbPath = [[[NSBundle mainBundle] resourcePath ]stringByAppendingPathComponent:@"names.db"];
When I walk through debug, the path seems to be at /users/xxx/library/Application Support
I have my database created within the application directory. What path should be assigned?
//BOOL success = [fileMgr fileExistsAtPath:dbPath];
davepamn 2 weeks ago
very dynamic, no bs... Like t
JMeyN40 1 month ago
straight to the point, u re the better xcode videos, much better than the annoying kids....
hoping u are uploading more soon
sorriaejogue 11 months ago