x
This commit is contained in:
		| @@ -105,7 +105,7 @@ func (blefs *FS) ReadDir(path string) ([]MyDirEntry, error) { | ||||
| 		listing := MyFileInfo{} | ||||
| 		listing.modtime = f.ModTime() | ||||
| 		listing.size = uint32(f.Size()) | ||||
| 		listing.name = path + "/" + f.Name() | ||||
| 		listing.name = f.Name() | ||||
| 		listing.dir = f.IsDir() | ||||
| 		out = append(out, MyDirEntry{self : listing}) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user