Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!news From: elric%FSU.BITNET@ncsuvm.ncsu.edu (Commodore 128 User) Newsgroups: comp.lang.pascal Subject: Dos wildcards Message-ID: <23535@adm.BRL.MIL> Date: 6 Jun 90 04:34:05 GMT Sender: news@adm.BRL.MIL Lines: 6 I am writing a disk search program and I am trying to figure out how to expand a wildcard Dos filename into a list of normal filenames. For example, how do I expand "*.pas" into a list of filenames such as "file1.pas", "file2.pas" and "file3.pas". The file searcher is written in Turbo Pascal V5.5 and is essentially finished except that this feature would greatly improve the flexability of it. Thanks for the help.