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