(path-exists? string) -> boolean
Tests to see if the given string represents a valid path on the host system, and returns true or false accordingly. This differs from file-path? in that it tests for directories as well as files.
Example:
>> (path-exists? "mosvm") :: #t