OpenFile open a handle to read or write to a file
(pathname string, flag int)
| 44 | Open(pathname string) (fs.File, error) |
| 45 | // OpenFile open a handle to read or write to a file |
| 46 | OpenFile(pathname string, flag int) (File, error) |
| 47 | // Rename renames (moves) oldpath to newpath. If newpath already exists and is not a directory, Rename replaces it. |
| 48 | Rename(oldpath, newpath string) error |
| 49 | // removes the named file or (empty) directory. |
no outgoing calls