Link generates hardlink to destination path
(path, dstPath string)
| 53 | GenerateTempPath(filename string) (string, error) |
| 54 | // Link generates hardlink to destination path |
| 55 | Link(path, dstPath string) error |
| 56 | // Symlink generates symlink to destination path |
| 57 | Symlink(path, dstPath string) error |
| 58 | // FullPath generates full path to the file in pool |
no outgoing calls