MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetAutostartFilePath

Function GetAutostartFilePath

src/qt/guiutil.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670boost::filesystem::path static GetAutostartFilePath()
671{
672 return GetAutostartDir() / "bitcoin.desktop";
673}
674
675bool GetStartOnSystemStartup()
676{

Callers 2

GetStartOnSystemStartupFunction · 0.85
SetStartOnSystemStartupFunction · 0.85

Calls 1

GetAutostartDirFunction · 0.85

Tested by

no test coverage detected