Read reads the file at given relative path and returns the read bytes.
(path string)
| 98 | ListPaths(path string) []string |
| 99 | // Read reads the file at given relative path and returns the read bytes. |
| 100 | Read(path string) ([]byte, error) |
| 101 | // Rename renames the src file to the destination file. |
| 102 | Rename(src, dst string) error |
| 103 | // Stream would stream the path via an instance of io.ReadCloser. Close must be called at the |
no outgoing calls