Esempio n. 1
0
 def OnOpenPluginLocation(self, e):
     if not os.path.exists(pluginInfo.getPluginBasePaths()[0]):
         os.mkdir(pluginInfo.getPluginBasePaths()[0])
     explorer.openExplorerPath(pluginInfo.getPluginBasePaths()[0])
Esempio n. 2
0
 def OnOpenPluginLocation(self, e):
     explorer.openExplorerPath(profile.getPluginBasePaths()[0])
Esempio n. 3
0
	def OnOpenPluginLocation(self, e):
		if not os.path.exists(profile.getPluginBasePaths()[0]):
			os.mkdir(profile.getPluginBasePaths()[0])
		explorer.openExplorerPath(profile.getPluginBasePaths()[0])
Esempio n. 4
0
 def OnOpenPluginLocation(self, e):
     explorer.openExplorerPath(profile.getPluginBasePaths()[0])