@hackage system-argv00.1.1
Get argv[0] as a FilePath.
Categories
License
MIT
Maintainer
John Millikin <jmillikin@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base >=4.0 && <5.0
- bytestring
- system-filepath >=0.3 && <0.5
- text Show all…
Dependents (4)
@hackage/anansi, @hackage/prefork, @hackage/acme-everything, @hackage/ihaskell
Get argv[0] as a FilePath. This is how the program was invoked, and might
not correspond to any actual file.
Use this instead of System.Environment.getProgName if you want the full
path, and not just the last component.