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 <[email protected]> wrote:

> Could you share the shell script that does the copy? That would be useful
> to many I think.
>
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to