Ejemplo n.º 1
0
	def getExec(filename):
		Logger.debug("ApplicationsDetection::getExec %s"%(filename))
		cmd = LnkFile.getTarget(filename)
		if cmd is None:
			Logger.error("Unable to get command from shortcut '%s'"%(filename))
			return None
		
		return cmd
	def getExec(filename):
		Logger.debug("ApplicationsDetection::getExec %s"%(filename))
		cmd = LnkFile.getTarget(filename)
		if cmd is None:
			Logger.error("Unable to get command from shortcut '%s'"%(filename))
			return None
		
		return cmd
Ejemplo n.º 3
0
 def clone_shortcut(self, src, dst, command, args):
     return LnkFile.clone(src, dst, command, " ".join(args))
Ejemplo n.º 4
0
 def clone_shortcut(self, src, dst, command, args):
     return LnkFile.clone(src, dst, command, " ".join(args))