| Hi,  (diskvar b (+ (pwd) "var\\objs"))
  nil
  (= b 3)
  3
  (todisk b)
  path->string: contract violation
    expected: path?
    given: "[sensored]\\var\\objs.14469922991446992299599"
    context...:
      writefile
 
To fix it, go in arc.arc line 2685: remove path->string since make-temporary-file return a string already |