This is a low-level function for getting a file object from a single string.
In contrast, (clojure.java.io/file)
is a higher-level API that will let you do
things like construct paths to files using strings and other file objects,
as in (io/file root-dir "subdir" "filename.ext")
.