#include "registry.h" #include #include void Registry::Save() { os::registry::WriteValue(STR(ExecutableFilePath), os::process::GetExecutablePath()); }