提交 7ef4067f 编写于 作者: H HanCong03

修复windows平台下的路径bug

上级 a71b84d4
......@@ -81,7 +81,7 @@ public class FileManager {
private String getPath ( File file ) {
String path = file.getAbsolutePath();
String path = PathFormat.format( file.getAbsolutePath() );
return path.replace( this.rootPath, "/" );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册