티스토리 뷰
NSArray* paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString* documentsDirectory = [paths objectAtIndex:0]; // Documents Directory
NSString* FilePath = [documentsDirectory stringByAppendingPathComponent:@"FileName"]; // FileName
'나름 프로그래밍? > Objective-C' 카테고리의 다른 글
UIWebView 컨텐츠 크기 알아오기 (0) | 2011.06.16 |
---|---|
날짜 다루기 (0) | 2011.06.16 |
NSAutoreleasePool 활용 (0) | 2010.12.30 |
view 에 존재하는 서브뷰 좌악 훑어 오기 (0) | 2010.12.28 |
UITextView 글자 내용 길이에 맞추기 동적 높이 구하기 (2) | 2010.12.27 |