This should give you what you want:
(asdf:output-files 'asdf:program-op "my-system")
-Eric
Didier Verna didier@lrde.epita.fr writes:
Hi,
what's the proper way to find out where a dumped executable (resulting from a program-op) has landed? I would like to it to literally :move-here #p"./", to speak in MAKE-BUILD terms... Note that *I* know where it is in the cache; what I want is programmatic access to its location.
Thanks!