MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / getAutorunPath

Method getAutorunPath

plugins/Trayicon/TrayiconPlugin.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self.console = True
125
126 def getAutorunPath(self):
127 return "%s\\zeronet.cmd" % winfolders.get(winfolders.STARTUP)
128
129 def formatAutorun(self):
130 args = sys.argv[:]

Callers 2

isAutorunEnabledMethod · 0.95
toggleAutorunMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected