FINDFILE3 Name
FINDFILE3 Purpose
Find files and sort them.
Category
Calling Sequence
f = findfile3(pat) Inputs
pat = filename or wildcard pattern. in
See notes below.
Keyword Parameters
Keywords
ERROR=e error flag: 0=ok, 1=pattern error,
2=no files found.
/QUIET means do not display no files found message.
Outputs
f = sorted array of found file names. out
Common Blocks
Notes
Notes: The normal wildcard character that matches
anything is *. Using this character implies that
no sort will be done. Using $ in place of * means
sort on that field. Using # in place of * means
first convert that field to a number, then sort on it.
The wild card characters $ and # may not both be used
together, but * may be used with either, but may not
be adjacent. Must use the correct case (upper for VMS)
The wildcard processing ability is limited.
Modification History
R. Sterner, 8 Jul, 1991
Copyright (C) 1991, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.