(string)
| 45 | Remove(string) error // files, not directories |
| 46 | RemoveDir(string) error |
| 47 | Stat(string) (os.FileInfo, error) |
| 48 | Lstat(string) (os.FileInfo, error) |
| 49 | Open(string) (ReadableFile, error) |
| 50 | MkdirAll(path string, perm os.FileMode) error |
no outgoing calls