2010-12-02 4 views

答えて

0

ファイル操作を処理するためのInorder NSFileManagerを使用します。あなたは、詳細がDocumentaion

http://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html

+0

を見知りたい場合は、あなたのケースのために

- (BOOL)fileExistsAtPath:(NSString *)path - (BOOL)createFileAtPath:(NSString *)path contents:(NSData *)contents attributes:(NSDictionary *)attributes 

iはRTFM答えを嫌います。 – mobibob

関連する問題