Example #1
0
bool GetStartOnSystemStartup()
{
    // check for Bitcoin.lnk
    return boost::filesystem::exists(StartupShortcutPath());
}
bool GetStartOnSystemStartup()
{
    // check for FederationCredit.lnk
    return boost::filesystem::exists(StartupShortcutPath());
}