ReadDir -  Carl Anthony Edwards Sunday, 10th March 1991

This is simply a BASIC function which will read the nth filename in a given
directory.

Usage

=FNreaddir(dir$,n,buffer,bufferlength) where dir$ is the directory name
                                             n is the number of the file
                                             buffer is a block of memory
                                             bufferlength it's size
