Skip to content

Commit

Permalink
Remove join function
Browse files Browse the repository at this point in the history
  • Loading branch information
wwentland authored and Raynes committed Apr 10, 2012
1 parent 788a94a commit f322981
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fs/core.clj
Expand Up @@ -406,11 +406,6 @@ If 'trim-ext' is true, any extension is trimmed."
(replace \_ \-)
(replace \/ \.))))

(defn join
"Join one or more path components."
[& paths]
(.getPath (apply io/file paths)))

(defn find-files
"Walks directory recursively and return paths of files matching given pattern."
[path pattern]
Expand Down

0 comments on commit f322981

Please sign in to comment.