Libraries To Contribute
Dr. Hawkins
dochawk at gmail.com
Sat Mar 25 16:15:08 EDT 2017
On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode <
use-livecode at lists.runrev.com> wrote:
> Are you going to write the rest of the routine and make it cross-platform,
> already? You're holding up a library contribution!
>
switch thePlatform
case win32
put someCopyCommand && tgt && dest into scmd
break
case iOS
case Android
--I don't know if scp is included in the unix environments for these.
if not, code would be here for whatever they use
break
default
--a real operating system
put "scp -rp" && tgt && dst into scmd
break
end switch
put shell(scmd) into theRes
if it is not empty then
panic
end if
--
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
More information about the use-livecode
mailing list