ClojureDocs

Nav

Namespaces

from-file

clojure.java.process

Available since 1.12
  • (from-file f)
Coerce f to a file per clojure.java.io/file and return a ProcessBuilder.Redirect reading from the file.
This can be passed to 'start' in :in.