|
|
@ -34,9 +34,7 @@ public class FileNodeFILE implements FILE { |
|
|
|
parentDir = fn.getParent(); |
|
|
|
parentDir = fn.getParent(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.node = new FileNode(StableUtils.pathJoin(new String[]{ |
|
|
|
this.node = new FileNode(StableUtils.pathJoin(parentDir, name), isDir); |
|
|
|
parentDir, name |
|
|
|
|
|
|
|
}), isDir); |
|
|
|
|
|
|
|
this.envPath = WorkContext.getCurrent().getPath(); |
|
|
|
this.envPath = WorkContext.getCurrent().getPath(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|