(path string)
| 29 | Symlink(oldname string, newname string) error |
| 30 | Stat(path string) (os.FileInfo, error) |
| 31 | Remove(path string) error |
| 32 | RemoveAll(path string) error |
| 33 | Create(path string) (*os.File, error) |
| 34 | Chmod(path string, perm os.FileMode) error |
no outgoing calls
no test coverage detected