> the problem is that boot.scm is loaded from an absolute path, and i > haven't managed to find out the current path from scheme if the program > is run as an osx application. tried (current-directory), > (find-system-path 'exec-file), (find-system-path 'orig-dir), > (find-executable-path), but none of them worked.
what do these functions return? does collection-path return anythign useful?
