Added WithFilesOnly
Added a new option for Glob, GlobWalk, and FilepathGlob called WithFilesOnly
that will cause these functions to only return files. For example, a pattern such as folder/*
will only return the files inside the folder, and not any directories. Note that symlinks to directories are considered directories for this purpose.