If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I transfered a file using rsync and lost the resource fork. I've read that it is possible to strip a resource fork from one file and then merge that resource fork onto another file. I cannot find info on how to do this though. All I know is it is supposedly possible to do it using the developer tools. Any ideas?
Doing a search in the forum I found a sickeningly easy way to solve my problem. I copied the good resource fork to a file by doing "cp goodfile/rsrc resourcefile". Then copied the resource fork to the bad file, "cp resourcefile badfile/rsrc".