This commit is contained in:
louiscklaw
2025-02-01 01:19:51 +08:00
commit 3b0b154910
32597 changed files with 1171319 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding:utf8 -*-
import os
# 生成路径列表文件
#
# os.system("dir /b/s/p/w *.jpg > pos.txt")
os.system("find " + os.path.abspath(os.curdir) + " -name '*.jpg' > pos.txt")
# os.system("pause")