DlgDirList matches long extensions

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David Liebtag (DavidLiebtag_at_vermontel.net)
Date: 06/11/04


Date: Fri, 11 Jun 2004 23:37:16 GMT

If I use DlgDirList to fill a listbox with the files matching the pattern
*.apl, it matches files matching the pattern *.apl*. For example, if I have
a file named foo.aplnum, the file appears in the list.

If I use GetOpenFileName and supply a filename of *.apl, the files with
longer extensions do not appear.

Is there a way to get DlgDirList to behave like the GetOpenFileName?

David Liebtag



Relevant Pages

  • Re: APL In 2020 - Data Types
    ... You sound like you may not be aware that in 2008 we added support to APL2 for data type checking and structures. ... However, if you assign data which does not match the pattern, you get an error: ... IBM APL Products and Services ... implement type checking on APL arrays is likely to have the twin ...
    (comp.lang.apl)
  • Re: idiom for file finding
    ... >> steve@xxxxxxxxxxxxxx (Steve Blinkhorn), ... >> SB> Suppose I want to search for files matching some pattern that I know ... exec sh -c $command_line ...
    (comp.lang.tcl)
  • idiom for file finding
    ... Suppose I want to search for files matching some pattern that I know ... (dot). ... In command-line Unix I can do: ...
    (comp.lang.tcl)
  • Re: Getting a file list
    ... > I want to put a list of files matching a wildcard search into an array ... > Then I do something with the FILE_LIST in a for loop. ... > or directory" error message in stdout. ... whereas using the pattern directly passes each entire file name as ...
    (comp.unix.shell)
  • Re: find/xargs question...
    ... | i'm trying to search through a dir tree for files matching certain patterns ... I'd munge the filename with sed - there are other choices. ... A sed command like this: ... your pattern, containing a file that also matches the pattern, would ...
    (Fedora)