@hackage system-argv00.1
Get @argv[0]@ as a FilePath.
Categories
License
MIT
Maintainer
John Millikin <jmillikin@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=4.0 && <5.0
- system-filepath >=0.3.1 && <0.5 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.