Size returns the size of the given file in bytes.
(path string)
| 37 | LegacyPath(filename string, checksums *utils.ChecksumInfo) (string, error) |
| 38 | // Size returns the size of the given file in bytes. |
| 39 | Size(path string) (size int64, err error) |
| 40 | // Open returns ReadSeekerCloser to access the file |
| 41 | Open(path string) (ReadSeekerCloser, error) |
| 42 | // FilepathList returns file paths of all the files in the pool |
no outgoing calls