From: Kevin Gallagher
Subject: Re: list of file from mask
Date: 
Message-ID: <4mvuu6$miq@kernighan.cs.umass.edu>
Guy Ellis <···········@CompuServe.COM> writes:
>Once I have a pathname object (created using (parse-namestring 
>"c:\\test\\*.txt")), how can I 
>retrieve a list of files that match that mask?
>
>I'm using Allegro CL for Windows 3.0


(directory "c:\\test\\*.txt")