revCopyFile
Geoff Canyon
gcanyon at gmail.com
Fri Mar 23 12:29:28 EDT 2012
No clue how it would work on Windows. Here it is again:
*on* shellCopyFile tSource,tTarget -- 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 11:46 AM, Pete <pete at mollysrevenge.com> wrote:
> Also, I assume the shell commands would be different on Windows and Mac.
> That's an inconvenience because it means extra coding, but not a show
> stopper.
>
More information about the use-livecode
mailing list