[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"hello.sqlite"];
2011-04-17 00:59:05.937 DRP[4347:307] /var/mobile/Applications/E69737E2-9369-420D-91DC-39F7F96A3FE3/.app/hello.sqlite
2011-04-17 00:59:05.940 DRP[4347:307] /var/mobile/Applications/E69737E2-9369-420D-91DC-39F7F96A3FE3/Documents/hello.sqlite
이 과정을 NSFileManager가 해줌
NSFileManager *fileManager = [NSFileManager defaultManager];
...[fileManager copyItemAtPath:theDBPath toPath:newPath error: &error];
댓글 없음:
댓글 쓰기