RenameFile renames (moves) file
(oldName, newName string)
| 77 | Filelist(prefix string) ([]string, error) |
| 78 | // RenameFile renames (moves) file |
| 79 | RenameFile(oldName, newName string) error |
| 80 | // SymLink creates a symbolic link, which can be read with ReadLink |
| 81 | SymLink(src string, dst string) error |
| 82 | // HardLink creates a hardlink of a file |
no outgoing calls