revCopyFile different in 2.5?

Christian Langers christian.langers at education.lu
Wed Sep 22 11:02:24 EDT 2004


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 "&quote&tSource&quote&&quote&tDestination&quote) into
tCommand
get shell(tCommand)

Hope this helps,

Cheers from little Luxembourg,

Christian



More information about the use-livecode mailing list