(path string, perm os.FileMode)
| 48 | Lstat(string) (os.FileInfo, error) |
| 49 | Open(string) (ReadableFile, error) |
| 50 | MkdirAll(path string, perm os.FileMode) error |
| 51 | |
| 52 | // Rename is a POSIX-style rename, overwriting newname if it exists. |
| 53 | Rename(oldname, newname string) error |
no outgoing calls