Skip to main content

file

functionv1.2

clojure.java.io/file

Available in:BBCLJ
(file [arg] [parent child] [parent child & more])
Returns a java.io.File, passing each arg to as-file. Multiple-arg versions treat the first argument as parent and subsequent args as children relative to the parent.

No examples yet. Be the first to add one!