[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FindDefaultExecutablePath - finds the default path to the named Executable file
Source position: fileutil.pas line 117
function FindDefaultExecutablePath( |
const Executable: String |
):String; |
Executable |
|
The name of the Executable file |
Returns the filename of the Executable file with path information attached
FindDefaultExecutablePath - finds the default path to the named Executable file
On Windows systems, looks for the '.EXE' extension
In all systems, searches the 'PATH' environment variable to see if the file is in one of the default paths
lazarus-ccr.sourceforge.net |