Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!umich!hellgate.utah.edu!dog.ee.lbl.gov!pasteur!ucbvax!unisoft!hoptoad!kumr!kamins From: kamins@kumr.UUCP (Scot Kamins) Newsgroups: comp.sys.mac.hypercard Subject: Re: open file Keywords: open file Message-ID: <214@kumr.UUCP> Date: 28 Oct 90 16:48:24 GMT References: <484@caslon.cs.arizona.edu> Reply-To: kamins@kumr.UUCP (Scot Kamins) Organization: Late Night Software (San Francisco) Lines: 23 In article <484@caslon.cs.arizona.edu> musa@cs.arizona.edu (Musa J. Jafar) writes: >floopy drive whos name is Assignements >then how to tell HC. to go to the drive Assignements and open >the file Genes.List This handler should do it: on getGenesList put "Assignements:Genes.List" into myFile open file myFile -- add code here to have your way with myFile close file myFile end getGenesList Hope this helps. -- Scot Kamins Co-author, "HyperTalk 2.0: The Book" (415) 282-8872 (with Dan Winkler) 671 28th Street San Francisco 94131 uunet!hoptoad!kumr!kamins kamins@wet.UUCP