提交 7f7efa7d authored 作者: Thomas Mueller's avatar Thomas Mueller

Invalid file name.

上级 a4c75bdf
......@@ -21,7 +21,7 @@ public class DebugFileObject implements FileObject {
DebugFileObject(DebugFileSystem fs, FileObject file) {
this.fs = fs;
this.file = file;
this.name = file.getName();
this.name = fs.getPrefix() + file.getName();
}
public void close() throws IOException {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论