Contents

Develop
2013.04.23 18:08

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

조회 수 32634 댓글 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);
    }
}

?

  1. [html] HTML5 튜토리얼 링크 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views12819
    Read More
  2. [linux] 콘솔 기본언어 설정 방법

    Date2013.04.23 CategorySystem/OS Byhooni Views12834
    Read More
  3. [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문)

    Date2003.04.23 CategorySystem/OS Byhooni Views12845
    Read More
  4. [linux] ProFTPD 타임아웃 설정

    Date2003.04.23 CategorySystem/OS Byhooni Views12853
    Read More
  5. [doc] UI개발시 유용한 소프트웨어 (개발 및 디버깅 툴)

    Date2013.04.23 CategoryDevelop Byhooni Views12913
    Read More
  6. [c] 다중연결 서버 만들기 #1 - fork() 사용

    Date2013.04.23 CategoryDevelop Byhooni Views12922
    Read More
  7. [router] 시스코 라우터 명령어 모드..

    Date2013.04.23 CategorySystem/OS Byhooni Views12948
    Read More
  8. [linux] 아파치 설치/설정(proxy)

    Date2003.04.23 CategorySystem/OS Byhooni Views12965
    Read More
  9. [js] 자바스크립트의 클로저 (JavaScript's Closure)

    Date2013.05.15 CategoryDevelop Byhooni Views12979
    Read More
  10. [php] 심플한 게시판 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views12995
    Read More
  11. [js] AngularJS를 소개합니다.

    Date2014.01.06 CategoryDevelop Byhooni Views13017
    Read More
  12. [linux] DHCP(Dynamic Host Configuration Protocol) 서버

    Date2003.04.23 CategorySystem/OS Byhooni Views13025
    Read More
Board Pagination Prev 1 ... 64 65 66 67 68 69 70 71 72 73 ... 98 Next
/ 98