RevCopyFile uses "cp" through the shell, which copies attributes but does not copy the resource fork properly.
Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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 try it: > > get shell("ditto -rsrcFork > ""e&sourcePath"e&"e&destPath"e) > > You might try it out first in Terminal.app if you haven't > used shell() > before. For more information about ditto, type "man ditto" into > Terminal.app. > > If that's what revCopyFile uses already, maybe it's a remote volume / > server problem? > > HTH > > Brian > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-> revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
