ASH84

Software Engineer/Developer, co-founder of Payhere. Ex-Banksalad. Intereseted in iteroperability, bootstrap company, writting.

[iOS] Create Directory

created:2011-07-11
updated:2015-07-03
edit

디렉토리를 생성하는 코드입니다. 일단 도큐먼트 경로를 가져와서, 해당 생성하려는 폴더 이름을 붙여주는 방식입니다. Objective-C 에서 파일 및 디렉토리 처리를 담당하는 부분은 NSFileManager 에서 담당하기 때문에 관련 된 사항이 있으면 그 부분을 보면 될것입니다. Release는 알아서 하시길. 

This code is that create directory in document path. First, get document path in app and add folder name. In Objective-C, the part of file & directory processing   is responsible to NSFileManager class. so that you find NSFileManager Document. 


#Create Directory  #dev  #IOS  #iphone directory  #library  #폴더 생성