Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の質問は、ios で部分的にしか抽出されない zip ファイルに関するものです。
zip ファイルの抽出中にプロセスが中断され、一部のファイルのみが実際に抽出されたとします。
すべてのファイルが実際に抽出されたことを確認するためのベスト プラクティスは何ですか?
ほとんどの zip フレームワークは内部で 2 と 3 のチェックを行い、戻り値またはNSError戻りパラメーターを使用して透過的にエラーを報告します。戻り値を無視しないでください。
NSError