/* サンドボックス -> http://blog.livedoor.jp/second_flush/archives/51063159.html */ // ファイル存在確認 if ([[NSFileManager defaultManager]fileExistsAtPath:filePath]) { // ファイル削除 res = [[NSFileManager defaultManager]removeItemAtPath:filePath error:nil]; } else { }
タグ:
下から選んでください: