Returns the full dirname of the executable that started this.
static CL_String CL_System::get_exe_path();
Detailed description:
process (aka argv[0])
This is necessary since when programms are started from the PATH there is no clean and simple way to figure out the location of the data files, thus information is read from under GNU/Linux and from GetModuleFileName() on Win32.