get_application_exec_path


Description:


public string get_application_exec_path (string app_name)

Find the path to the application identified by app_name.

For example if the application is "gda-sql", then calling this function will return "/your/prefix/bin/gda-sql-5.0" if Libgda is installed in the "/your/prefix" prefix (which would usually be "/usr"), and for the ABI version 5.0.

Parameters:

app_name

the name of the application to find

Returns:

the path as a new string, or null if the application cannot be found


Namespace: Gda
Package: libgda-5.0