From: Alex Peake (alex.peake at comac.com) Date: Tue Apr 5 00:17:27 EDT 2005 |
|
I have expressions like: (require "string-utils.scm") Is there a way to use a full or relative path here? I have tried (require (build-path 'up "string-utils.scm")) and (require (file (build-path 'up "string-utils.scm"))) etc. but it all fails with "bad module path ..." Thanks, Alex
Posted on the users mailing list. |
|