|
@@ -543,8 +543,8 @@ class KMNThumbnailBaseViewController: KMNBaseViewController,NSCollectionViewDele
|
|
|
if FileManager.default.fileExists(atPath: tFilePath) {
|
|
|
try? FileManager.default.removeItem(atPath: tFilePath)
|
|
|
}
|
|
|
- let zz = try? FileManager.default.copyItem(atPath: filePathtPath, toPath: tFilePath)
|
|
|
-
|
|
|
+ try? FileManager.default.copyItem(atPath: filePathtPath, toPath: tFilePath)
|
|
|
+
|
|
|
self.dragFilePath = filePathtPath
|
|
|
}
|
|
|
}
|