|
@@ -443,7 +443,12 @@
|
|
long audioPlayAllSize = [iTools folderSizeAtPath:audioPlayPath];
|
|
long audioPlayAllSize = [iTools folderSizeAtPath:audioPlayPath];
|
|
[[NSFileManager defaultManager] removeItemAtPath:audioPlayPath error:nil];
|
|
[[NSFileManager defaultManager] removeItemAtPath:audioPlayPath error:nil];
|
|
|
|
|
|
- long curTotolSize = (downLoadingSizeBeforeClear - downLoadingSizeAfterClear) + (vide0AllSizeBeforeClear - vide0AllSizeAfterClear) + imageAllSize + clearTotal + audioPlayAllSize;
|
|
|
|
|
|
+ //清理文件APP
|
|
|
|
+ NSString *fileAPPPath = kSHPath_FileAPP;
|
|
|
|
+ long fileAppPathClear = [iTools folderSizeAtPath:fileAPPPath];
|
|
|
|
+ [[NSFileManager defaultManager] removeItemAtPath:fileAPPPath error:nil];
|
|
|
|
+
|
|
|
|
+ long curTotolSize = (downLoadingSizeBeforeClear - downLoadingSizeAfterClear) + (vide0AllSizeBeforeClear - vide0AllSizeAfterClear) + imageAllSize + clearTotal + audioPlayAllSize + fileAppPathClear;
|
|
|
|
|
|
[self showClearAllTipBy:curTotolSize];
|
|
[self showClearAllTipBy:curTotolSize];
|
|
}
|
|
}
|