Rename home repository into ego repository.
[lgpl/argeo-commons.git] / org.argeo.cms.e4 / src / org / argeo / cms / e4 / files / NodeFsBrowserView.java
index 5b79aaf0260d430727a4a6e3acf0144ccd6ef691..59d7ed401a5e926b536eedbbc86ddfe347a8414a 100644 (file)
@@ -47,7 +47,7 @@ public class NodeFsBrowserView {
                        FileSystem fileSystem = nodeFileSystemProvider.getFileSystem(uri);
                        if (fileSystem == null)
                                fileSystem = nodeFileSystemProvider.newFileSystem(uri, null);
-                       Path nodePath = fileSystem.getPath("~");
+                       Path nodePath = fileSystem.getPath("/");
 
                        Path localPath = Paths.get(System.getProperty("user.home"));