Libraries To Contribute

Mike Kerner MikeKerner at roadrunner.com
Sat Mar 25 20:06:11 EDT 2017


thanks, I was hoping it would be complete so I could just copy/paste it...

On Sat, Mar 25, 2017 at 4:15 PM, Dr. Hawkins via use-livecode <
use-livecode at lists.runrev.com> wrote:

> 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
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."



More information about the use-livecode mailing list