Contents

Develop
2013.04.23 18:08

[ios] 디렉토리 하하하..

조회 수 32630 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

디렉토리 탐색하는 샘플 코드~

NSString *newDir;
if( parent_dir > 0 ){
    newDir = [NSString stringWithFormat:@"NToon/%d", parent_dir];
}else{
    newDir = @"NToon";
}

NSString *newPath = [documentsDirectory stringByAppendingPathComponent:newDir];

if (![fileManager fileExistsAtPath:newPath]) {
    if ([fileManager createDirectoryAtPath:newPath withIntermediateDirectories:YES attributes:nil error:&error]) {
        //NSLog(@"getDBFilePath: %@ created.", newPath);
    } else {
        NSLog(@"getDBFilePath: Failed to create %@ due to %@", newPath, error);
    }
}

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
453 Develop [python] 파이썬 공부하는 사이트~ hooni 2013.11.12 10837
452 Develop [js] 순환참조에 의한 메모리 누수 관련 file hooni 2013.12.17 10844
451 Develop [c] scanf(), printf() 포맷의 형변환 hooni 2003.04.23 10856
450 Develop [js] IE에서 인쇄 설정 팁 hooni 2013.04.23 10899
449 Develop [ios] 한샘 카달로그 앱 소스 (아이폰용) secret hooni 2013.04.23 10922
448 System/OS [router] 라우팅 프로토콜 BGP (간단한 세팅) hooni 2013.04.23 10949
447 Develop [c] 소수 구하기 #2 (입력한 숫자가 소수인지 판별하기..) hooni 2013.04.23 10985
446 Database [mysql] 루트 암호 초기화 hooni 2013.04.23 11044
445 Develop [c] 네트워크 트래릭 모니터링.. 졸업작품.. 2 file hooni 2013.04.23 11047
444 Develop [자료구조] 트리(tree) 용어정리 file hooni 2003.04.23 11058
443 Develop [c++] SetWindowPos함수를 이용한 크기조절 예제 1 file hooni 2013.04.23 11079
442 Develop [iphone] 파일 업로드 샘플 코드 ㅎㅎ secret hooni 2013.04.23 11120
Board Pagination Prev 1 ... 56 57 58 59 60 61 62 63 64 65 ... 98 Next
/ 98