Description
A Haskell library for finding the full path of the currently running executable. It helps programs locate resources, support files, or installation-relative paths from their own binary location.
Developers use it in command-line tools, desktop apps, and portable deployments. Path discovery can vary by platform, symlink, wrapper script, and packaging method, so assumptions should be tested.