Contents

Develop
2013.04.23 18:08

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

조회 수 33518 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
745 Develop [c] 단기과정[01/08] 배열, 포인터 hooni 2003.04.23 8358
744 Develop [c] 가변인자 함수(printf와 같은..) hooni 2013.04.23 8364
743 Develop [php] gd 프로그램.. htm 파일.. ㅋㅋ file hooni 2013.04.23 8365
742 Develop [c] 단기과정[01/06] sizeof, 실수표현, 메모리, 연산자 hooni 2003.04.23 8377
741 Develop [c] 시간(요일,날짜 포함) 출력하는 프로그램 초간단 코드 hooni 2013.04.23 8380
740 Develop [asp] 폼 메일 소스 file hooni 2013.04.23 8384
739 Develop [php] 무조건 다운로드 받도록 header 세팅 file hooni 2013.04.23 8386
738 Develop [js] 자바스크립트와 정규표현식 메뉴얼 (chm 형식) file hooni 2013.04.23 8387
737 Develop [c] kmp 활용 search file hooni 2013.04.23 8388
736 Develop [c][java] 소켓 프로그래밍(채팅 서버 C, 클라이언트 Java) file hooni 2003.04.23 8406
735 Develop [c] 단기과정[01/10] 과제.. swap(any data, ..) file hooni 2003.04.23 8406
734 Develop [html] 메타태그 사용예.. 은지나 바라~ hooni 2003.04.23 8409
Board Pagination Prev 1 ... 32 33 34 35 36 37 38 39 40 41 ... 99 Next
/ 99