According with docs I have to use into-array
but it doesn’t work.
(java.nio.file.Paths/get (into-array ["myfolder" "aaa.txt"]))
; Execution error (ClassCastException) at msm.config/eval10595 (form-init12148349852569231555.clj:153).
; class [Ljava.lang.String; cannot be cast to class java.net.URI ([Ljava.lang.String; and java.net.URI are in module java.base of loader 'bootstrap')
So, I am not completely understand how to do it…