[plt-scheme] Using the FFI with a scheme aware dll

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 28 02:08:11 EDT 2006

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!


Posted on the users mailing list.