BasicFileAttributes is an interface. You need to pass a class that implements
this interface. I am not yet familiar with java 7, just the way the javadoc is
organized gives me a headache but I am trying to find a decent answer.
As for the error, the getAttributes expects a variable length argument for the options.
which from Clojure can be created as an array of type LinkOption.
Look at into-array, you will be able to create it using:
(into-array java.nio.file.LinkOption [ java.nio.file.LinkOption/NOFOLLOW])
of the top of my head, Clojure does not run on my iPad yet :)
Luc
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to
clo...@googlegroups.com
> Note that posts from new members are moderated - please be patient with your first post.
> To unsubscribe from this group, send email to
>
clojure+u...@googlegroups.com
> For more options, visit this group at
>
http://groups.google.com/group/clojure?hl=en
--
Softaddicts<
lprefo...@softaddicts.ca> sent by ibisMail from my ipad!