Re: revCopyFile broken on OS X?

2003-10-07 Thread Sannyasin Sivakatirswami
Brian, Thanks! ditto works perfectly. Resource fork is maintained. File is copied with creator type etc all intact and boots into the right application. Two caveats which I would like to understand, just for my training on shell usage: a) I could not get this to work: get shell (ditto

Re: revCopyFile broken on OS X?

2003-10-06 Thread Brian Yennie
I can't speak to revCopyFile, but on OS X there is a shell command for copying files with resource fork intact. If that's not what revCopyFile is using, you could try it: get shell(ditto -rsrcFork quotesourcePathquotequotedestPathquote) You might try it out first in Terminal.app if you

RE: revCopyFile broken on OS X?

2003-10-06 Thread Ken Ray
] On Behalf Of Brian Yennie Sent: Monday, October 06, 2003 2:29 AM To: [EMAIL PROTECTED] Subject: Re: revCopyFile broken on OS X? I can't speak to revCopyFile, but on OS X there is a shell command for copying files with resource fork intact. If that's not what revCopyFile is using, you could

RE: revCopyFile broken on OS X?

2003-10-06 Thread James . Cass
: revCopyFile broken on OS X? | ---| RevCopyFile uses cp through the shell, which copies attributes but does not copy the resource fork