浏览代码

descend into folder after creating it in uploader

tobiasKaminsky 10 年之前
父节点
当前提交
0e5b0f383d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/com/owncloud/android/operations/CreateFolderOperation.java

+ 4 - 0
src/com/owncloud/android/operations/CreateFolderOperation.java

@@ -121,4 +121,8 @@ public class CreateFolderOperation extends SyncOperation implements OnRemoteOper
             Log_OC.d(TAG, "Create directory " + mRemotePath + " in Database");
         }
     }
+
+    public String getRemotePath() {
+        return mRemotePath;
+    }
 }