Re: revCopyFile questions

2012-06-02 Thread Peter Haworth
Well, can't figure out what's going on. I even got less than helpful errors (Input/Output error) when trying to do this in Terminal using cp. But I can drag/drop with no problem. I've taken the chicked way out and switched to creating a .pkg installer file instead using the productbuild command.

Re: revCopyFile questions

2012-06-01 Thread J. Landman Gay
Permissions on the disk image, maybe? It seems like it should work and there's something else wrong. Once mounted, the OS treats an image just like any other disk, and all LiveCode does is tell OS to do a copy. On 6/1/12 6:10 PM, Peter Haworth wrote: Thanks Jacque. I treid the formats you rec

Re: revCopyFile questions

2012-06-01 Thread Peter Haworth
Thanks Jacque. I treid the formats you recommended and I'm still getting "execution error" back from revCopyFile with nothing else in the result. The disk image is mounted. I checked for the presence of the disk image using the message box as you suggested using the message box and got true.. I

Re: revCopyFile questions

2012-06-01 Thread J. Landman Gay
On 6/1/12 11:30 AM, Peter Haworth wrote: I'm trying to use revcopyfile to copy an application from a folder on my disk drive to a mounted disk image (OS X). Keep getting "Execution error" from revCopyFile which really isn't very helpful. When copying an application file, should the file name be

revCopyFile questions

2012-06-01 Thread Peter Haworth
I'm trying to use revcopyfile to copy an application from a folder on my disk drive to a mounted disk image (OS X). Keep getting "Execution error" from revCopyFile which really isn't very helpful. When copying an application file, should the file name be "myApp" or "myApp.app"? Or should I be us