示例#1
0
 def cleanCache(self):
   File.delFiles(self.cache)
   self.notify( sm.str(sm.cleanCache) )
示例#2
0
 def cleanLogs(self):
   File.delFiles(self.dirLogs)
   self.notify( sm.str(sm.cleanLogs) )
示例#3
0
 def cleanLibrary(self):
   File.delFiles(self.library)
   self.cleanSource()
   self.notify( sm.str(sm.cleanLibrary) )