revCopyFile different in 2.5?
Scott Morrow
scott at elementarysoftware.com
Thu Sep 23 01:27:31 EDT 2004
Hello Christian,
It worked like a charm the very first time I tried it! I've been
hassling with that problem off and on for quite a bit. Fantastic. And
now I can say that I have used a shell() command. Who knows where that
may lead?
Many thanks from rainy Washington state.
-Scott Morrow
Elementary Software
(Now with 20% less chalk dust !)
web http://elementarysoftware.com/
email scott at elementarysoftware.com
-----------------------------------------------------------------
On Sep 22, 2004, at 8:02 AM, Christian Langers wrote:
> Hello Scott,
>
> I think, if I understood what you wrote, I found a solution :
>
> Here is what you can do (in a script) :
>
> put PathOfSourceFile (e.g.
> "/Library/Receipts/BranchProposalSystem1.pkg")
> into tSource
> put PathOfDestination into tDestination (e.g.
> "/Users/userName/Desktop")
> put ("cp -R -p ""e&tSource"e&"e&tDestination"e) into
> tCommand
> get shell(tCommand)
>
> Hope this helps,
>
> Cheers from little Luxembourg,
>
> Christian
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
More information about the use-livecode
mailing list