Marino Faggiana 6 年之前
父节点
当前提交
40ac447d24
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      PickerFileProvider/FileProvider.swift

+ 0 - 5
PickerFileProvider/FileProvider.swift

@@ -968,7 +968,6 @@ class FileProvider: NSFileProviderExtension, CCNetworkingDelegate {
                 do {
                     try FileManager.default.createDirectory(atPath: fileProviderStorageURL!.path + "/" + fileID, withIntermediateDirectories: true, attributes: nil)
                 } catch { }
-                
                 do {
                     try FileManager.default.removeItem(atPath: destinationPath)
                 } catch { }
@@ -978,10 +977,6 @@ class FileProvider: NSFileProviderExtension, CCNetworkingDelegate {
                     let item = FileProviderItem(metadata: metadata, serverUrl: serverUrl)
                     self.refreshEnumerator(identifier: item.itemIdentifier, serverUrl: serverUrl)
                     
-                    do {
-                        try FileManager.default.removeItem(atPath: sourcePath)
-                    } catch { }
-                    
                 } catch { }
             }
         }