FileExists returns true if path exists
(path string)
| 83 | HardLink(src string, dst string) error |
| 84 | // FileExists returns true if path exists |
| 85 | FileExists(path string) (bool, error) |
| 86 | // ReadLink returns the symbolic link pointed to by path |
| 87 | ReadLink(path string) (string, error) |
| 88 | } |
no outgoing calls