Contents

Develop
2013.04.23 18:08

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

Views 32660 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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

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
No. Category Subject Author Date Views
453 Develop [c] 패킷 에널라이저 예제 소스(성안당) file hooni 2013.04.23 7003
452 Develop [js] 숫자만 입력하게 하는 자바스크립트 hooni 2013.04.23 6863
451 Develop [js] 셀렉트박스(select)의 옵션(option) 동적으로 추가/제거 file hooni 2013.04.23 8078
450 Develop [c] 학교 건물 최단거리 찾는 웹 연동 프로그램 file hooni 2013.04.23 6823
449 Develop [c] 암호화 알고리즘 DES 구현 ㅋㅋ file hooni 2013.04.23 7450
448 Develop [c] 내가 만든 암호화 프로그램.. 좋아^^ file hooni 2013.04.23 7081
447 Develop [c] 숫자(int, Number)를 hex코드로 변환하는 소스 file hooni 2013.04.23 8137
446 Develop [c] 문자열 치환해주는 str_replace() 함수 file hooni 2013.04.23 7412
445 Develop [c] GD라이브러리 설치 테스트 소스 file hooni 2013.04.23 8165
444 Develop [c] 그래픽 차트 라이브러리.. 나중에 확인 해볼 거.. file hooni 2013.04.23 8239
443 Develop [c] 로또(Lotto) 번호 생성기 file hooni 2013.04.23 7187
442 Develop [c] 코드 최적화에 대해.. hooni 2013.04.23 7714
Board Pagination Prev 1 ... 56 57 58 59 60 61 62 63 64 65 ... 98 Next
/ 98