Hi, I've forgotten to ask about the following. (equal? (map (cut file-exists? <>) (list previous-profile manifest)) '(#t #t)) Is it enough to check that 'previous-profile' and 'manifest' exist. Should it actually check 'manifest'? Nikita