This commit is contained in:
tianqi 2016-01-06 21:44:12 +08:00
parent 0ee483de97
commit 2b4a3d19d2
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ func (wft *walkFileTree) virPath(fpath string) string {
return ""
}
name = name[1:]
name = strings.Replace(name, "\\", "/", -1)
return name
}