fs
fs copied to clipboard
File system utilities for Clojure.
Anthony passed away in 2016 and this project is now abandoned. Will someone take this project to continue it? Mentioning everyone that contributed to this project at some point in...
See https://github.com/snyk/zip-slip-vulnerability
expand-home does not add the home to the path when on windows and the path string uses unix style path separators (which is generally OK in Java). Fix seems to...
**White source flagged security vulnerability issue in commons-compress:jar:1.8, which is used by me.raynes:fs:jar:1.4.6.** **Following is the dependency tree:** +- me.raynes:fs:jar:1.4.6:compile | +- (org.clojure:clojure:jar:1.4.0:compile | \- (org.apache.commons:commons-compress:jar:1.8:compile) **White source concern:** When...
Hello, First, thank you for creating this library. It is much appreciated. Today I tried to go to the API Docs link that is present on this repo's home page...
This is basically the same as my previous question from 2015. But my question here is about include-java-7-fns. If I have this in my project.clj: [me.raynes/fs "1.4.6"] And in Emacs...
```clojure (require '[me.raynes.fs :as fs]) (fs/chdir "/") Execution error (IllegalStateException) at me.raynes.fs/chdir (fs.clj:541). Can't change/establish root binding of: *cwd* with set ```
Use of `**` does not seem to work. Example directory structure: ``` /a/b/c/foo.json /a/b/c/bar.json /a/b/xyz.json ``` My expectation is for the use of `(fs/glob "**/*.json")` to return a list containing...