Fs 1.4.5 API documentation
File system utilities for clojure
me.raynes.fs
File system utilities in Clojure
Public variables and functions:
- *cwd*
- absolute
- absolute?
- base-name
- chdir
- child-of?
- chmod
- copy
- copy+
- copy-dir
- create
- delete
- delete-dir
- directory?
- exec
- executable?
- exists?
- expand-home
- extension
- file
- file?
- find-files
- find-files*
- glob
- hidden?
- home
- iterate-dir
- link
- link?
- list-dir
- mkdir
- mkdirs
- mod-time
- name
- normalized
- ns-path
- parent
- parents
- path-ns
- read-sym-link
- readable?
- rename
- size
- split
- split-ext
- sym-link
- temp-dir
- temp-file
- temp-name
- tmpdir
- touch
- unix-root
- walk
- with-cwd
- with-mutable-cwd
- writeable?
me.raynes.fs.compression
Compression utilities.