[Haskell-cafe] Determining application directory

Matveev Vladimir dpx.infinity at gmail.com
Wed Jan 27 12:06:56 EST 2010


Hi,
I'm writing cross-platform application in Haskell which should be
running under Windows and Linux. Under Linux configuration is stored
in the /etc directory, and under Windows configuration is meant to be in
the application directory. So, is there a way to get an application
directory path under Windows? I remember that there is a way to do this
using WinAPI, but how to do this Haskell?


More information about the Haskell-Cafe mailing list