Fs 0.1.6
Released under the Eclipse Public License 1.0
Babashka file system utilities.
Installation
To install, add the following dependency to your project or build file:
[babashka/fs "0.1.6"]
Namespaces
babashka.fs
Public variables and functions:
- absolute?
- absolutize
- canonicalize
- components
- copy
- copy-tree
- create-dir
- create-dirs
- create-file
- create-link
- create-sym-link
- create-temp-dir
- create-temp-file
- creation-time
- cwd
- delete
- delete-if-exists
- delete-on-exit
- delete-tree
- directory?
- ends-with?
- exec-paths
- executable?
- exists?
- expand-home
- extension
- file
- file-name
- file-separator
- file-time->instant
- file-time->millis
- get-attribute
- glob
- hidden?
- home
- instant->file-time
- last-modified-time
- list-dir
- list-dirs
- match
- millis->file-time
- modified-since
- move
- normalize
- parent
- path
- path-separator
- posix->str
- posix-file-permissions
- read-all-bytes
- read-all-lines
- read-attributes
- read-attributes*
- readable?
- real-path
- regular-file?
- relative?
- relativize
- same-file?
- set-attribute
- set-creation-time
- set-last-modified-time
- set-posix-file-permissions
- size
- split-ext
- split-paths
- starts-with?
- str->posix
- strip-ext
- sym-link?
- temp-dir
- unzip
- walk-file-tree
- which
- which-all
- windows?
- with-temp-dir
- writable?
- zip