Go to the source code of this file.
Functions | |
| bool | IsGermanSystem () |
| bool | EraseItemSafe (const char *szFilename) |
| bool | OpenURL (char const *) |
| bool | RestartApplication (std::vector< const char * > parameters) |
| bool EraseItemSafe | ( | const char * | szFilename | ) |
Definition at line 62 of file PlatformAbstraction.cpp.
| bool IsGermanSystem | ( | ) |
Definition at line 54 of file PlatformAbstraction.cpp.
| bool OpenURL | ( | char const * | szURL | ) |
Definition at line 75 of file PlatformAbstraction.cpp.
| bool RestartApplication | ( | std::vector< const char * > | parameters | ) |
Definition at line 81 of file PlatformAbstraction.cpp.
References _MAX_PATH, Application, C4Application::argv0, Config, C4ConfigGeneral::ExePath, C4Config::General, and C4Application::Quit().
Referenced by C4StartupNetDlg::DoOK(), and C4StartupMainDlg::OnEditorBtn().