copy file on Mac
J. Landman Gay
jacque at hyperactivesw.com
Mon May 8 19:47:18 EDT 2006
Chipp Walters wrote:
> I have a user who tells me that copying files in MacOSX with the URL
> command creates a target file which no longer launches Excel when
> double-clicked on:
>
> put URL ("binfile:" & "text.xls") into URL ("binfile:" & "text2.xls")
>
> IOW, text2.xls when double-clicked on won't launch Excel, even though
> text.xls will.
>
> Any ideas? (I'm not near a Mac OSX right now. )
You probably need to set the filetype property before creating the file.
OS X most likely thinks the file is a text file (in spite of the
extension) because Rev's default filetype is TextEdit. If I used Excel I
might even be able to tell you what the filetype should be, but I bet
someone else can.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list