copy a stack from dropbox to temp-folder (script)
Roger Eller
roger.e.eller at sealedair.com
Thu Sep 22 08:35:35 EDT 2016
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")&slash&
myLocalFileName )
go to stack URL ("binfile://" & specialfolderpath("temporary")&slash&
myLocalFileName )
end mouseUp
More information about the use-livecode
mailing list