Remove deletes file in package pool returns its size
(path string)
| 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 | } |
| 47 | |
| 48 | // LocalPackagePool is implemented by PackagePools residing on the same filesystem |
no outgoing calls