revCopyFile
Roger.E.Eller at sealedair.com
Roger.E.Eller at sealedair.com
Sun Sep 15 16:40:01 EDT 2002
Richard,
That is a good question since I just verified it on Mac OS 9.2.1. I also
tried it on Windows NT 4.0, and it worked fine there. It seems Mac
specific.
~Roger
> Hello list,
>
> I want to copy a file from one location into another Directorya.
>
> Any idea, why this script throws an execution error on Mac OS 9.2.2?
>
> on mouseup
> answer file "Which File to copy?"
> put it into FTC
> put FTC
>
> answer directory "Copy to which Directory?"
> put it into CTD
> put CTD
>
> revcopyfile FTC,CTD
> put the result
>
> end mouseup
>
>
> Thanx.
>
> Richard.
More information about the use-livecode
mailing list