fix #280
This commit is contained in:
parent
acab4b6829
commit
237180db4b
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ public class DesignAction implements Serializable {
|
|||
final List<File> fileList = getAccessibleFileList(baseDir);
|
||||
final int length = baseDir.getAbsolutePath().length();
|
||||
for (final File file : fileList) {
|
||||
fileNameItems.add(file.getAbsolutePath().substring(length));
|
||||
fileNameItems.add(file.getAbsolutePath().substring(length).replace("\\", "/"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue