I'm missing something blindingly obvious. Where can I download this?

On Wed, Jan 12, 2011 at 3:48 PM, Miki <miki.teb...@gmail.com> wrote:
> [fs "0.2.0-SNAPSHOT"] is out, featuring:
>
> abspath
>     Return absolute path
> basename
>     Return the last part of path
> copy
>     Copy a file
> cwd
>     Return the current working directory
> delete
>     Delete path
> directory?
>     True if path is a directory
> dirname
>     Return directory name
> executable?
>     Check if path is executable
> exists?
>     Check if path exists
> file?
>     True if path is a file
> glob
>     `ls` like operator
> join
>     Join part to path
> listdir
>     List files under directory
> mkdir
>     Create directory
> mtime
>     File modification time
> mkdirs
>     Create directory tree
> normpath
>     Return normalized (canonical) path
> readable?
>     Check if path is readable
> rename
>     Rename path
> separator
>     Path separator
> size
>     File size
> split
>     Split path to parts
> tempdir
>     Create temporary directory
> tempfile
>     Create temporary file
> walk
>     Walk over directory structure, calling function on every step
> writeable?
>     Check if path is writable
>
> Have fun,
> --
> Miki
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to