Directory 썸네일형 리스트형 iPhone Document 불러오기/저장/삭제 예제 iPhone의 Document에 'Images'라는 폴더를 추가하여, 이미지를 저장/불러오기/삭제하는 예제 아이튠즈에 연결하면 파일을 볼 수 있다. 더보기 Using The Document Directory To Store Files 출처 : http://www.ios-developer.net/iphone-ipad-programmer/development/file-saving-and-loading/using-the-document-directory-to-store-files Does File Exist NSString *path; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); path = [[paths objectAtIndex:0] stringByAppendingPathComponent:@"SomeDirectory"]; path = [path stringByAppendingPathComponent:@"Som.. 더보기 이전 1 다음