#author("2025-07-05T13:59:51+00:00","default:yoya","yoya")
#author("2025-07-05T14:05:54+00:00","default:yoya","yoya")
[[Windower/Lua]]

- https://github.com/Windower/Lua/wiki/Functions

 windower 直下

- https://github.com/Windower/Lua/blob/dev/addons/GearSwap/export.lua
>
- windower.addon_path
 windower.create_dir(dirname)
 windower.dir_exists(dirnane)
 windower.file_exists(filename)

 local f = io.open(filename, 'w+')
 f:write(text)
 f:close()