函数 |
|
Bool | GeExecuteFile (const Filename &path) |
Bool | GeExecuteProgram (const Filename &program, const Filename &file) |
Bool GeExecuteFile | ( | const Filename & | path | ) |
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. |
Bool GeExecuteProgram | ( | const Filename & | program , |
const Filename & | file | ||
) |
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. |