PDA

View Full Version : Finding if a file is in the path


RobGrant
7th March 2006, 09:56
Sorry guys, in a bit of a hurry these days. Checked the forum search but couldn't find anything. Any way of finding if a file (in this case an executable) is in the path without attempting to run it?

Thanks!

Rob

kichik
7th March 2006, 10:06
SearchPath (http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.11) is what you're looking for.