コード例 #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)