revCopyFile

Geoff Canyon gcanyon at gmail.com
Fri Mar 23 12:25:03 EDT 2012


I posted it earlier. Here it is again.

*on* shellCopyFile tSource,tTarget -- tSource and tTarget are both full
paths

   *get* shell("cp" && quote & tSource & quote && quote & tTarget & quote)

   *if* it is not empty *then*

      *-- handle errors here*

   *end* *if*

*end* shellCopyFile

On Thu, Mar 22, 2012 at 10:35 AM, Bob Sneidar <bobs at twft.com> wrote:

> Could you share the shell script that does the copy? That would be useful
> to many I think.
>



More information about the use-livecode mailing list