Thank you Kay
- Original Message -
From: "Kay C Lan"
To: "How to use LiveCode"
Sent: Friday, September 05, 2014 6:57 PM
Subject: Re: copying files
On Sat, Sep 6, 2014 at 6:00 AM, wrote:
I need to copy some files from one folder to another in Windows.
On Sat, Sep 6, 2014 at 6:00 AM, wrote:
>
> I need to copy some files from one folder to another in Windows.
>
> I have searched the dictionary and cannot figure it out.
I opened the Dictonary, typed 'move' into the search field and found
'revMoveFolder'. Reading that entry, at the bottom is a Us
Hi Larry,
You could use revCopyFile or e.g. put URL x into URL y.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Installer Maker for LiveCode:
http://qery.us/468
Alan,
put URL ("https://dl.dropboxusercontent.com/path/to/filename";) \
into URL ("binfile:" & the temporary folder & "/filename")
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkp
oops ignore my other answer :)
On Sun, Nov 4, 2012 at 11:12 AM, Mark Smith wrote:
> Never mind, I just found the problem... the filename is case sensitive. Ah,
> the joys of syntax
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/copying-files-from-the-e
Think i'd toss an answer "doing the copy" inside your if block, and/or "put
the files" of the engine folder and make sure that the capitalization is
what you expect it to be. I _think_ capitalization matters on ios, I know
for sure it does on android.
On Sun, Nov 4, 2012 at 11:06 AM, Mark Smith wr
Never mind, I just found the problem... the filename is case sensitive. Ah,
the joys of syntax
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/copying-files-from-the-engine-tp4656920p4656922.html
Sent from the Revolution - User mailing list archive at Nabble.com
sorry, that should have said "else clause" not "else close"
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/copying-files-from-the-engine-tp4656920p4656921.html
Sent from the Revolution - User mailing list archive at Nabble.com.