Help with string append added by sepuku on Tue May 1 13:49:12 2012

; A dummy file-exists?

(define my-file-exists?
  (lambda (file)
    (let ((command
           (string-append "test -e" "file")))
           (system command))))