Is there a way to get a list of two kinds of files with baFileList()? I want to get a list of all the .jpg and .bmp files in a folder. It looks like I can do one or the other.
baFileList(pPath, "*.jpg") gives me the jpegs. baFileList(pPath, "*.jpg, *.bmp") returns []. I can build the list by doing baFileList twice. It would be kinda nice to just do it once, though. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
