manicopy (read
,target
,how
)
Copies files to a target directory. Takes the following arguments:
Hash whose keys are the names of the files to be copied, typically
returned by maniread
.
Target directory into which files are to be copied.
Can be used to specify a different method of "copying." Values are: Copy the files. Create hard links. Link the files, but copy any symbolic link to make a tree with no symbolic links. (The default.)