|
@@ -98,14 +98,17 @@ class CCloadItemData: NSObject {
|
|
|
|
|
|
if let _attr = attr {
|
|
if let _attr = attr {
|
|
if _attr.fileSize() > 0 {
|
|
if _attr.fileSize() > 0 {
|
|
|
|
+
|
|
filesName.append(fileName)
|
|
filesName.append(fileName)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
} catch let error as NSError {
|
|
} catch let error as NSError {
|
|
|
|
+
|
|
print("Error: \(error.localizedDescription)")
|
|
print("Error: \(error.localizedDescription)")
|
|
}
|
|
}
|
|
} catch let error as NSError {
|
|
} catch let error as NSError {
|
|
|
|
+
|
|
print("Cannot copy file: \(error.localizedDescription)")
|
|
print("Cannot copy file: \(error.localizedDescription)")
|
|
}
|
|
}
|
|
}
|
|
}
|