(name string)
| 31 | MkdirAll(path string, perm os.FileMode) error |
| 32 | RemoveAll(path string) error |
| 33 | Stat(name string) (os.FileInfo, error) |
| 34 | ResolveSymbolicLink(name string) (string, error) |
| 35 | FollowSymlinkInScope(path, scope string) (string, error) |
| 36 | CopyFile(src, dest string, perm os.FileMode) error |
no outgoing calls