Lines of
残局文料/残局改名.lua
from check-in 0893c58ef4
that are changed by the sequence of edits moving toward
check-in 4d150d683b:
1: package.path = [[.\lua_lib\?.lua;]] .. package.path
2: package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
3: local 字集码互转库 = require("u8_to_a")
4: local u8 = 字集码互转库.u8_to_a
5: local f = require(u8("常用库"))
6: local 简文件库 = require("lfs")
7: local d_5 = {}
8: --~ 目对
9: function d_5.残局改名(o1)
0893c58ef4 2024-02-03 10: local k1_9
11: --~ 文件排
12: k1_9 = f.历文(o1.文件目, 简文件库.dir)
13: k1_9 = f.历排(k1_9, f.全筛文, "%.lua$")
0893c58ef4 2024-02-03 14: --~ k1_9 = f.历排(k1_9, f.文件名转文件路, o1.文件目)
0893c58ef4 2024-02-03 15: k1_9 = f.历排(k1_9, f.加前缀, o1.文件目)
0893c58ef4 2024-02-03 16: --~ print(k1_9[2])
0893c58ef4 2024-02-03 17: k1_9 = f.历排(k1_9, f.读文件)
0893c58ef4 2024-02-03 18:
19: end
20: d_5.目对 = {
21: ["文件目"] = "../single/"
22: , ["数据库路"] = [[D:\install\YGOPro\cards.cdb]]
23: }
24: for o1, o2 in pairs(d_5.目对) do
25: d_5.目对[o1] = f.操类(o2, "string", u8)
26: end
27: d_5.残局改名(d_5.目对)