run-program in another directory

112 views Asked by At

SBCL's sb-ext:run-program has an argument called directory. When you pass it, the program you specify will be run in that directory, rather than your cwd.

Is there any way of getting the same effect using ccl:run-program?

0

There are 0 answers