Get shell broken on Panther?

Richard Gaskin ambassador at fourthworld.com
Tue Oct 28 21:32:17 EST 2003


Sannyasin Sivakatirswami wrote:

> This was working on 10.2.8 from within a Rev script, but not now on
> Panther:
> 
> put ("ditto -rsrcFork "&quote &(gLocalPath&"/" &
> gLocalFile)&quote&&quote& fld "remoteFolder"&quote) into tCommand
> 
> get shell (tCommand)
> 
> but
> 
> ditto -rsrcFork "someFile/path/file.txt" "somefolder/OnTheServer/"
> 
> *Does* work in the Panther terminal... just not any more from within a
> Rev script...

Would using resfile serve as a workaround?

  put url "resfile:someFile/path/file.txt" into \
     url "resfile:somefolder/OnTheServer/"

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge: Publish any database on any Web site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc



More information about the use-livecode mailing list