Thanks Alex! 

> On Sep 2, 2021, at 8:00 PM, Alex Tweedly via use-livecode 
> <[email protected]> wrote:
> 
> try
> 
>          put URL "binfile:" & sourceURL into URL ("binfile:" & destinationURL)
> 
> or, if you're cautious like me,
> 
>          put URL ("binfile:" & sourceURL) into URL ("binfile:" & 
> destinationURL)
> Alex
> 
> On 03/09/2021 00:55, Peter Bogdanoff via use-livecode wrote:
> 
>> put URL "binfile:" & sourceURL into URL "binfile:" & destinationURL
> 
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to