<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>revDeleteFolder updated</title></head><body>
<div>Now it isn't happy in the standalone either.&nbsp; Maybe it was
only happy when I was in the Rev IDE before creating the
standalone?</div>
<div><br></div>
<div>Hey... maybe it needs a special library?</div>
<div><br></div>
<div>I haven't successfully been able to use Rev to build a
standalone, so if there is a library it needs, I'll need to manually
add it.</div>
<div><br></div>
<div>Any idears?</div>
<div><br></div>
<div>The exact error is:</div>
<div><br></div>
<div>stdDev:&nbsp; error in expression</div>
<div>Image:&nbsp; bad pixmap id</div>
<div>proc token:&nbsp; revDeleteFolder</div>
<div><br></div>
<div>The handler is used to delete the desktop alias, which I needed
to add to as it apparently broke on Macintel.&nbsp; (My handler worked
okey dokey on non-Macintel-OSX and Windows.)&nbsp; I got the handler
additive from the list archives:</div>
<div><br></div>
<div>put specialFolderPath(&quot;desktop&quot;) into theFile</div>
<div>put &quot;/NameOfAlias&quot; after theFile</div>
<div>&nbsp; if there is a folder theFile then</div>
<div>&nbsp;&nbsp;&nbsp; revDeleteFolder theFile</div>
<div>&nbsp; end if</div>
<div><br></div>
<div><br></div>
<div>TIA</div>
<div>Shari</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Gypsy King Software<br>
Mac and Windows shareware games<br>
http://www.gypsyware.com</div>
</body>
</html>