File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ 2011-03-16 version 0.7.1
2+ * extension (miner - http://goo.gl/st7MJ)
3+
142011-02-03 version 0.7.0
25 * deltree
36
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ executable?
4242 Check if path is executable
4343exists?
4444 Check if path exists
45+ extension
46+ Return the extension part of path
4547file?
4648 True if path is a file
4749glob
@@ -87,6 +89,14 @@ Authors
8789=======
88908991Justin Kramer <
[email protected] > (glob->regexp)
92+ miner (http://goo.gl/st7MJ) most of "extension" code
93+
94+ Changes
95+ =======
96+ See here _
97+
98+ .. _here : https://bitbucket.org/tebeka/fs/src/tip/ChangeLog
99+
90100
91101License
92102=======
Original file line number Diff line number Diff line change 1- (defproject fs " 0.7.0 "
1+ (defproject fs " 0.7.1 "
22 :description " File system utilities for clojure"
33 :url " https://bitbucket.org/tebeka/fs/src"
44 :dependencies [[org.clojure/clojure " 1.2.0" ]])
You can’t perform that action at this time.
0 commit comments