Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!oliveb!hplabs!sdcrdcf!dennisg From: dennisg@sdcrdcf.UUCP (Dennis E. Griesser) Newsgroups: net.micro.mac Subject: Re: Multiple Files and Standard File Package Message-ID: <2298@sdcrdcf.UUCP> Date: Thu, 29-Aug-85 22:02:22 EDT Article-I.D.: sdcrdcf.2298 Posted: Thu Aug 29 22:02:22 1985 Date-Received: Sun, 1-Sep-85 04:43:23 EDT References: <514@cmu-cs-k.ARPA> Reply-To: dennisg@sdcrdcf.UUCP (Dennis Griesser) Organization: System Development Corp. R+D, Santa Monica Lines: 12 Summary: In article <514@cmu-cs-k.ARPA> tim@cmu-cs-k.ARPA (Tim Maroney) writes: >should be some way you can select a group of files to be sent one after the >other. The Standard File Package does not explicitly support this; you can >only select one file. One the same subject, how can an application tell what files reside on a disk? Even CP/M-80 allowed you to open with "ambigous file references" (wildcards), but it seems that Mac programmers must read the disk directory. Is there a better way to find out what's on a disk? Will anyone post a sample source program that does this?