Searched refs:ToDest (Results 1 – 1 of 1) sorted by relevance
75 def Unpack(self, ToDest): argument77 ToFile = os.path.normpath(os.path.join(ToDest, FileN))102 def Extract(self, Which, ToDest): argument115 CreateDirectory(os.path.dirname(ToDest))116 if os.path.exists(ToDest) and not os.access(ToDest, os.W_OK):118 ST.WRN_FILE_NOT_OVERWRITTEN % ToDest)121 ToFile = __FileHookOpen__(ToDest, 'wb')124 ExtraData="%s (%s)" % (ToDest, str(Xstr)))131 ExtraData="%s (%s)" % (ToDest, str(Xstr)))