WrittenFiles returns the written files by the archiver
()
| 208 | |
| 209 | // WrittenFiles returns the written files by the archiver |
| 210 | func (a *Archiver) WrittenFiles() map[string]*FileInformation { |
| 211 | return a.writtenFiles |
| 212 | } |
| 213 | |
| 214 | // AddToArchive adds a new path to the archive |
| 215 | func (a *Archiver) AddToArchive(relativePath string) error { |