Re: copy a stack from dropbox to temp-folder (script)

2016-09-22 Thread Roger Eller
on mouseUp put “myStack v1.0.0.livecode” into myRemoteFileName put myRemoteFileName into myLocalFileName -- same name put URL ("https://dl.dropboxusercontent.com/u/14355803/PVT/"; myRemoteFileName) into URL ("binfile://" & specialfolderpath("temporary")& myLocalFileName ) go to stack URL

Re: copy a stack from dropbox to temp-folder (script)

2016-09-22 Thread Klaus major-k
Hi John, > Am 22.09.2016 um 12:46 schrieb John Allijn : > > Hi, > > I’m trying to copy a file from my dropbox’s public folder to my local > temp-folder. > I get the filename, create a destination path and put the remote file in > the local folder. This seems to work

Re: copy a stack from dropbox to temp-folder (script)

2016-09-22 Thread Tore Nilsen
My guess is that you need to use binfile instead of file, as a stack is binary. Vennlig hilsen Tore Nilsen Den 21. sep 2016 kl. 23.47 skrev John Allijn følgende: Hi, I’m trying to copy a file from my dropbox’s public folder to my local temp-folder. I get the

copy a stack from dropbox to temp-folder (script)

2016-09-22 Thread John Allijn
Hi, I’m trying to copy a file from my dropbox’s public folder to my local temp-folder. I get the filename, create a destination path and put the remote file in the local folder. This seems to work (there is a file by that name in my temp folder), but when I go to this copied stack I get an “this