glob

Search file systems with glob patterns using the D programming language

See Glob https://en.wikipedia.org/wiki/Glob_(programming)

Home page: https://github.com/workhorsy/d-glob

Members

Functions

glob
string[] glob(string path_name)

Return all the paths that match the glob pattern

globRegex
string[] globRegex(string path_regex)

Return all the paths that match the regex pattern

Meta

Version

0.4.0

License

Boost Software License - Version 1.0