VB Helper: How To: Get a sorted list of the files in a directory
The SortedFiles function returns a sorted list of files in a directory. The function uses Dir$ to list the files in the directory. If the exclude_self parameter is True, the function skips the file "." that indicates the current directory. If the exclude_...