babashka/test-resources/babashka/file_property1.clj

7 lines
205 B
Clojure
Raw Normal View History

2020-06-27 10:58:35 +00:00
(ns babashka.file-property1
(:require [clojure.java.io :as io]))
(prn (= *file* (System/getProperty "babashka.file")))
(load-file (.getPath (io/file "test-resources" "babashka" "file_property2.clj")))