فهرست منبع

Fix File Provider Extension : creation new document. #607

Marino Faggiana 6 سال پیش
والد
کامیت
f166d2d557
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      File Provider Extension/FileProviderData.swift

+ 4 - 0
File Provider Extension/FileProviderData.swift

@@ -252,6 +252,10 @@ class FileProviderData: NSObject {
         
         var errorResult: Error?
         
+        if atPath == toPath {
+            return nil
+        }
+                
         if !fileManager.fileExists(atPath: atPath) {
             return NSError(domain: NSCocoaErrorDomain, code: NSFileNoSuchFileError, userInfo:[:])
         }