Liking cljdoc? Tell your friends :D
Clojure only.

org.satta.glob


globclj

(glob pattern)

Returns a seq of java.io.File instances that match the given glob pattern. Ignores dot files unless explicitly included.

Examples: (glob ".{jpg,gif}") (glob ".") (glob "/usr//se")

Returns a seq of java.io.File instances that match the given glob pattern.
Ignores dot files unless explicitly included.

Examples: (glob "*.{jpg,gif}") (glob ".*") (glob "/usr/*/se*")
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close