The top component of the file browser shown in the introduction contained a Filter component. This consists of a text entry window containing a string of the form directory_name/file_pattern.
Some dialogues may not have a Filter component. In these cases the
file_pattern is taken to be "*
". Hence all files will be listed.
The directory_name is the directory that the current list of files
are contained within. The file_pattern is used to specify which of
the files within this directory should be listed in the file list. The
pattern uses the same form as UNIX shell wild card matching. To
summarise this see the following table of simple examples.
*
xb*
a*b
a?b
*scf
*[sS]cf
*{scf,SCF}
Some file browsers also include a Formats component. This is used to select the input or output format of the selected file. Updating the format will typically also update the filter.