Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- iphone
- MySQL
- 톰켓
- 티스토리 초대장
- Eclipse
- jQuery
- Android
- UIWebView
- encoding
- JavaScript
- jsp
- 티스토리 초대
- Objective C
- 이클립스
- 인코딩
- java
- ios
- udp
- Memory
- 한글
- HTML
- spring
- C#
- Database
- Tomcat
- WebView
- 메모리
- permgen space
- ipad
- XML
Archives
- Today
- Total
목록목록 조회 (1)
suroMind
[iPhone]디렉토리 목록 조회
NSFileManager* fileManager = [NSFileManager defaultManager]; NSString* rootDir = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"]; DebugLog(@"aaaa %@", rootDir); NSString *fileName; NSDirectoryEnumerator* enumDir= [fileManager enumeratorAtPath: rootDir]]; while((fileName = [enumDir nextObject])) { DebugLog(@"tttt == %@", fileName); }
IT분야/iOS
2011. 6. 9. 11:35