(relativePath ...string)
| 45 | type Path interface { |
| 46 | io.WriterTo |
| 47 | Join(relativePath ...string) Path |
| 48 | |
| 49 | // ReadFile returns the contents of the file, or an error if the file could not be read. |
| 50 | // If the file did not exist, err = os.ErrNotExist |
no outgoing calls