Copying Files

Alan Colburn aicolburn at yahoo.com
Tue Jul 30 19:17:13 EDT 2013


I am trying to copy a file from a public Dropbox folder to the temp folder. The code:

put URL ("binfile:https://dl.dropboxusercontent.com/path/to/filename") \
         into URL ("binfile:"&the temporary folder&"\filename")

just creates an empty file in the temporary folder. And:

revCopyFile "https://dl.dropboxusercontent.com/path/to/filename",the temporary folder

doesn't do anything.

Any thoughts about how to do this?

thanks, as always -- Al C.



More information about the use-livecode mailing list