|
@@ -41,7 +41,7 @@ class KMBatchOperateImageToPDFViewController: KMBatchOperateBaseViewController,
|
|
|
super.interfaceStatus = newValue
|
|
|
if newValue == .PrepareProcess {
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 0.4) {
|
|
|
- var files = NSMutableArray()
|
|
|
+ let files = NSMutableArray()
|
|
|
for url in self.successFilePathURLArray! {
|
|
|
if FileManager.default.fileExists(atPath: url.path) {
|
|
|
files.add(url)
|