예제 #1
0
파일: unziplogs.py 프로젝트: mlzboy/resys
def cleardestination():
    if not filehelper.hasfolder(destination):
        filehelper.createfolders(destination)
    filehelper.clearfolder(destination)
예제 #2
0
파일: unziplogs.py 프로젝트: mlzboy/resys
def cleartemp():
    if not filehelper.hasfolder(temp):
        filehelper.createfolders(temp)
    filehelper.clearfolder(temp)