Tag: Objective-C/ファイル

目次

参考情報

パスを取得する

Documentsフォルダのパスを取得しファイル名と結合してフルパスとする。

	NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
	NSString *dataPath = [[paths objectAtIndex:0] stringByAppendingPathComponent:filename];

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS