[racket] find-executable-path does not work on Windows for me

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Jul 13 03:00:59 EDT 2014

Does the name of executable that you're looking for end in ".exe"? And
if so, are you including ".exe" in the name given to
`find-executable-path`?

At Sat, 12 Jul 2014 23:57:00 -0700, Mangpo Phitchaya Phothilimthana wrote:
> I have issue with find-executable-path function on Windows. I update
> Windows's environment path to include the path to executable I want to run,
> and verify that it is indeed added via run->cmd. However, when I call
> find-executable-path on that executable, it returns #f. Even when I move
> the executable to the current directory drracket is starting from, it still
> cannot find the executable. Please help!
> 
> I'm using racket 6.0.1.
> 
> Thank you,
> Mangpo
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.