on 5/25/2002 12:30 PM, Scott Rossi at [EMAIL PROTECTED] wrote: > Just as a challenge, I looked into this a bit more and found this: > > http://www.geocities.com/SiliconValley/Horizon/6198/HyperStakz/XCMDs.html > > At the top of the page you will find Caliban's XCMDs, a large collection of > Hypercard externals. Download this package, open the stack in ResEdit, open > the XCMD resource and copy the 10th resource in the list named "SetVisible" > into your MC/Rev stack. > > Then in your MC/Rev stack, use the following script to hide a file: > > answer file "Locate file:" > put it into tPath > delete char 1 of tPath > replace "/" with ":" in tPath > SetVisible tPath,false > > WARNING: make sure you know exactly which file you're playing with because > it will disappear. You would do well to save the original filepath and then > replace "false" in the above script with "true". > > This worked for me on OS9.2.2. > > Regards, > > Scott Rossi
Scott, Now this is exactly the solution I was looking for! It works perfectly!!!! Thanks a bunch! I'm sure a lot of other Rev. developers will want to do it this way now! Thanks again!!! Rick Harrison _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
