You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
finalStringtop2sub = ContextUtil.getContext(directoryPath.relativize(path).toString(),true,false); // the relative path between the top level directory and sub directory
169
-
finalStringcontext = ContextUtil.joinContexts(false,false,top2sub,adapter.getName(relFile)); // the file key
170
-
finalFilefile = newFile(directoryPath + ContextUtil.joinContexts(false,false,top2sub,relFile.getName())); // the actual referable file
169
+
finalStringcontext = ContextUtil.joinContexts(true,false,top2sub,adapter.getName(relFile)); // the file key
170
+
finalFilefile = newFile(ContextUtil.joinContexts(true,false,directoryPath.toString(),top2sub,relFile.getName())); // the actual referable file
171
171
finalPathtarget = file.toPath();
172
172
173
173
if(!file.isDirectory()) // File#isFile does not work
0 commit comments