Contents

Develop
2013.04.23 18:08

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

조회 수 32654 댓글 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 [js] 수명체크 프로그램 ㅋㅋ file hooni 2013.04.23 6879
452 Develop [js] 수학 공식을 제공하는 Math 객체 hooni 2013.04.23 15430
451 Develop [js] 순환참조에 의한 메모리 누수 관련 file hooni 2013.12.17 10860
450 Develop [js] 숫자만 입력하게 하는 자바스크립트 hooni 2013.04.23 6835
449 Develop [js] 스크롤 이벤트 막기 hooni 2015.04.14 1077
448 Develop [js] 스크롤을 포함한 마우스 위치 찾는 코드 hooni 2003.04.23 8542
447 Develop [js] 스타크래프트(starcraft).. file hooni 2013.04.23 6656
446 Develop [js] 실행되는 디렉토리 확인하는 스크립트.. hooni 2013.04.23 6774
445 Develop [js] 양원님이 공유해 주신 유료(5$란다ㅋ) 자료 ㅋㅋ secret hooni 2013.04.23 7948
444 Develop [js] 여러가지 트리(tree) 모음.. ㅋㅋ file hooni 2013.04.23 7129
443 Develop [js] 웹페이지에서 특정 엘리먼트 드래그, 복사, 컨텍스트메뉴, 키보드 막기 hooni 2013.11.04 30121
442 Develop [js] 윈도우 시작버튼처럼 나오는 메뉴 file hooni 2013.04.23 6755
Board Pagination Prev 1 ... 56 57 58 59 60 61 62 63 64 65 ... 98 Next
/ 98