-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Get argv[0] as a FilePath.
--   
--   Get <tt>argv[0]</tt> as a FilePath. This is how the program was
--   invoked, and might not correspond to any actual file.
--   
--   Use this instead of <tt>System.Environment.getProgName</tt> if you
--   want the full path, and not just the last component.
@package system-argv0
@version 0.1.1

module System.Argv0

-- | Get <tt>argv[0]</tt> as a <a>FilePath</a>. This is how the program was
--   invoked, and might not correspond to any actual file.
--   
--   Use this instead of <tt>System.Environment.getProgName</tt> if you
--   want the full path, and not just the last component.
getArgv0 :: IO FilePath
