[plt-scheme] Using the FFI with a scheme aware dll
On Jun 28, Hans Oesterholt-Dijkema wrote:
> A related question then:
>
> Why aren't there variables in mzscheme to be able to
> determine the :
>
> * directory of a module the is being loaded.
(require (lib "etc.ss"))
(this-expression-source-directory)
> * the system library directory
Do you mean on of these:
(current-library-collection-paths)
(find-system-path 'collects-path)
(find-system-path 'sys-dir)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!