Functions | |
Bool | GeExecuteFile (const Filename &path) |
Bool | GeExecuteProgram (const Filename &program, const Filename &file) |
Executes a file.
Open the file as if the user double-clicked it; the default application for this file will open.
[in] | path | The name of the file to execute. |
Executes an application.
[in] | program | The name of the application to execute. |
[in] | file | The name of an optional file to open using the application. |