[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: copying resource forks



    
    Is there a straightforward way to copy the resource fork of a file into another
    file?  I am creating a file and simply want to duplicate the resource
    fork of a reference file.
    
The copy-file function takes a FORK keyword argument that will let you
do what you want.  For some reason the online documentation doesn't
mention this keyword, but the manual does.