revCopyFile broken on OS X?
Brian Yennie
briany at qldlearning.com
Mon Oct 6 02:41:01 EDT 2003
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
More information about the use-livecode
mailing list