Marino Faggiana 6 lat temu
rodzic
commit
87a78abb9f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      iOSClient/Trash/NCTrash.swift

+ 3 - 0
iOSClient/Trash/NCTrash.swift

@@ -131,6 +131,9 @@ class NCTrash: UIViewController , UICollectionViewDataSource, UICollectionViewDe
         
         let ocNetworking = OCnetworking.init(delegate: self, metadataNet: nil, withUser: appDelegate.activeUser, withUserID: appDelegate.activeUserID, withPassword: appDelegate.activePassword, withUrl: appDelegate.activeUrl)
         
+        //NSString *fileNamePath = [NSString stringWithFormat:@"%@/%@", _metadataNet.serverUrl, _metadataNet.fileName];
+        //NSString *fileNameToPath = [NSString stringWithFormat:@"%@/%@", _metadataNet.serverUrlTo, _metadataNet.fileNameTo];
+        
         ocNetworking?.moveFileOrFolder("fileName", fileNameTo: "fileNameTo", success: {
             
         }, failure: { (message, errorCode) in