Is there a simple way to use Files In Directory( ) to only get files and not sub-directories in a specified directory.
I guess one approach would be to use the recursive(1) option, and then filter out from the list the strings that have a "/" in them, but seems there aught to be a simpler way.