(pathElements ...string)
| 192 | } |
| 193 | |
| 194 | func (p *parser) setSubDir(pathElements ...string) { |
| 195 | p.subDir = path.Join(pathElements...) |
| 196 | p.currentDir = path.Join(p.uuidPath, p.subDir) |
| 197 | } |
| 198 | |
| 199 | // readValues reads a number of numerical values into an uint64 slice. |
| 200 | // Non-existing files are ignored. |