target_new = "/tmp/backup/" + str(target).split(dir_path)[1] isChanged = CompareFile(str(target), target_new) if isChanged:
確定! 回上一頁