Skip to main content

from-file

functionv1.12

clojure.java.process/from-file

Available in:BBCLJ
(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.

No examples yet. Be the first to add one!