Open open a handle to read a file, implements fs.FS
(pathname string)
| 42 | Chtimes(pathname string, ctime, atime, mtime time.Time) error |
| 43 | // Open open a handle to read a file, implements fs.FS |
| 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. |
no outgoing calls