MCPcopy Create free account
hub / github.com/LUX-Core/lux / StartupShortcutPath

Function StartupShortcutPath

src/qt/guiutil.cpp:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651
652#ifdef WIN32
653boost::filesystem::path static StartupShortcutPath()
654{
655 return GetSpecialFolderPath(CSIDL_STARTUP) / "LUX.lnk";
656}
657
658bool GetStartOnSystemStartup()
659{

Callers 2

GetStartOnSystemStartupFunction · 0.85
SetStartOnSystemStartupFunction · 0.85

Calls 1

GetSpecialFolderPathFunction · 0.85

Tested by

no test coverage detected