Filelist returns list of files under prefix
(prefix string)
| 75 | LinkFromPool(publishedPrefix, publishedRelPath, fileName string, sourcePool PackagePool, sourcePath string, sourceChecksums utils.ChecksumInfo, force bool) error |
| 76 | // Filelist returns list of files under prefix |
| 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 |
no outgoing calls