Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isAutorunEnabled
Method · 0.95
toggleAutorun
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected