Source: utils/misc/filefind.pro
FILEFIND
Simple wrapper to findfile to find the files in a specific
directory without returning the directory name as well.
Usage:
list = filefind(file, dir)
Arguments:
file string Filename or wildcard pattern to be matched
dir string The directory in which to look.
Keywords:
count int Will contain the number of files matched.
prepend If set, then prepend the pathname to the
filenames.
History:
Original: 7/1/00; SJT
Modify to take a path: 21/8/00; SJT
Replace findfile calls: 15/4/03; SJT
Remove VMS support: 15/4/03; SJT
Remove CD call: 7/1/05; SJT