On Thu, Jan 08, 2004 at 09:06:44AM -0800, Hal Daume III wrote: > is there a function, related to getProgName, which returns the (absolute) > path to the current program?
A non-portable Linux solution:
System.Posix.readSymbolicLink "/proc/self/exe"
Best regards,
Tom
--
.signature: Too many levels of symbolic links
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
