[project @ 2005-10-20 18:07:53 by krasimir]
authorkrasimir <unknown>
Thu, 20 Oct 2005 18:07:53 +0000 (18:07 +0000)
committerkrasimir <unknown>
Thu, 20 Oct 2005 18:07:53 +0000 (18:07 +0000)
commit7feacc7a21ee9d19134f1bf5429831632ca846ca
treee90ba3862ced73f4736dc88c19136f8c1f2caea3
parent6d28a48ac1c864d69038b3d40274be309be862d4
[project @ 2005-10-20 18:07:53 by krasimir]
The original version of @findExecutable@ was looking only in the $PATH but under
Windows the executables are searched in the current directory, in $PATH and
in some other places too. The new version is based on @SearchPath@ function from
Win32 API. This is more consistent with @system@ and @rawSystem@
System/Directory.hs