FilepathList returns file paths of all the files in the pool
(progress Progress)
| 41 | Open(path string) (ReadSeekerCloser, error) |
| 42 | // FilepathList returns file paths of all the files in the pool |
| 43 | FilepathList(progress Progress) ([]string, error) |
| 44 | // Remove deletes file in package pool returns its size |
| 45 | Remove(path string) (size int64, err error) |
| 46 | } |
no outgoing calls