Name returns the full path to the file. It should behave like (*os.File).Name.
()
| 66 | // Name returns the full path to the file. |
| 67 | // It should behave like (*os.File).Name. |
| 68 | Name() string |
| 69 | // Sync fsyncs the file, like (*os.File).Sync. |
| 70 | Sync() error |
| 71 | } |
no outgoing calls