On Sun, Feb 8, 2009 at 4:20 PM, gabor papp <[email protected]> wrote: > unfortunately i could not solve this properly, because of plt scheme's > load function. it tries to resolve the directory relative to the value > of current-directory, but when it is called from an application,
Hi Gabor, Does http://docs.plt-scheme.org/reference/Filesystem.html#(def._((lib._scheme/private/misc..ss)._find-executable-path)) help at all? I'm fairly confident that this can be resolved from within PLT Scheme. If you get stuck further, perhaps follow up with a question to plt-scheme. Cheers, Matt
