Hi, all. Is there a native function in Gambas that checks if a program exists in the user $PATH? I currently do something like: SHELL "which the_program &> /dev/null; echo $?" TO sShellout and then I check sShellout. Thanks. Regards, Stefano Palmeri