On 11/3/04 9:58 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > My only concern is that I'm not sure if this works in all versions of Mac OS > X (10.2 and up). It's working great for me in 10.3. I'm able to make these > calls from Rev using the shell() command. Rob, my understanding is that it's slightly different in 10.2... here's my notes: ---------------- In OS X version 10.3 or later (Panther+), if you wish to copy the resources over with your file, you need to use the "--rsrc" flag (note the two hyphens) as: ditto --rsrc <pathToFile> <pathToDestFolder> However in OS X version 10.2 and earlier (Jaguar-), you only need ONE hyphen for "rsrc", so it becomes: ditto -rsrc <pathToFile> <pathToDestFolder> ---------------- Hope this helps, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
