コード例 #1
0
    def makeZipFile(self):

        dirPath = Config.getConf('CostManageAutoDLinfo', 'download_path')
        outputPath = Config.getConf('CostManageAutoDLinfo', 'output_path')

        FileOperationLib.fileArchive('cost_manage', outputPath, dirPath)
コード例 #2
0
    def makeZipFile(self):

        dirPath = Config.getConf('TimeRecordAutoDLinfo', 'download_path')
        outputPath = Config.getConf('TimeRecordAutoDLinfo', 'output_path')

        FileOperationLib.fileArchive('time_sheet', outputPath, dirPath)