Tuesday, September 7, 2010

Open document in SBCL on OSX

You can use a command such as the following:

(sb-ext:run-program "/usr/bin/open" '("/Users/pTymN/test/test.png"))

That command would open test.png in Preview on my machine.

0 comments:

Post a Comment