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