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