Skip to content

Added WithFilesOnly

Choose a tag to compare

@bmatcuk bmatcuk released this 04 Jan 17:58
· 25 commits to master since this release
v4.5.0
3c85a19

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.