Exemplo n.º 1
0
 def __cleanupShareFolder(self):
     """ cleanup all files in share folder,
     """
     shareFolder = ServiceController.shareFolderPath()
     ServiceDelete.deleteFolderContents(shareFolder, onlyChildren=True)
Exemplo n.º 2
0
 def __cleanupShareFolder(self):
     """ cleanup all files in share folder,
     """
     shareFolder = ServiceController.shareFolderPath()
     ServiceDelete.deleteFolderContents(shareFolder, onlyChildren = True)