On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode <
use-livecode@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to