def cleanCache(self): File.delFiles(self.cache) self.notify( sm.str(sm.cleanCache) )
def cleanLogs(self): File.delFiles(self.dirLogs) self.notify( sm.str(sm.cleanLogs) )
def cleanLibrary(self): File.delFiles(self.library) self.cleanSource() self.notify( sm.str(sm.cleanLibrary) )