
8 Aug
2006
8 Aug
'06
10:56 p.m.
That's the bit about 'whether or not the current PATH is to be searched'. True means use the search path. Frederik Eaton wrote:
Hi,
I'm wondering what the second argument to 'executeFile' is. It's not clear from the documentation.
http://www.haskell.org/ghc/docs/latest/html/libraries/unix/System-Posix-Proc...
Also, it seems the documentation source is being parsed incorrectly. This is what it looks like to me:
executeFile :: FilePath -> Bool -> [String] -> Maybe [(String, String)] -> IO () literal>executeFile cmd args envexecv*execv*</function> as <varname>arg[0]executeFilearg[1]
Thanks!
Frederik