FINDFILE2 Name
             FINDFILE2 Purpose
             Find files and sort them.
Category
Calling Sequence
      
       f = findfile2(pat) Inputs
             pat = filename or wildcard pattern.   in
Keyword Parameters
Keywords
        
         /SORT means sort file names numerically.
        
         COUNT=c  Returned number of files found.
Outputs
      
       f = sorted array of found file names. out
Common Blocks
Notes
Modification History
      
       R. Sterner, 18 Mar, 1990 
      
       R. Sterner, 1996 Sep 17 --- Added COUNT=c keyword. 
  
 Copyright (C) 1990, 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.