예제 #1
0
def addToCsv(scanPath, csvPath):
    # compile csv file
    scanner.processDirectory(scanPath, csvPath)
예제 #2
0
def constructNewCsv(scanPath, csvPath):
    # clean out oldCsv
    scanner.clear(csvPath)
    # compile csv file
    scanner.processDirectory(scanPath, csvPath)