Is there a way to get all the files (full file name strings) in a given directory into an array without using the File System Object. I would do a for each loop on the array. Also, I do not need recursion, there's no need to get any directories in the given directory, just the files.

Thanks,
Josh