top of page
- API -
reaper.AZ_SetCopyFile(copyFilePath,pasteFilePath)
- API Detail -
▼入力値
copyFilePath(string):コピー元フォルダパス※Luaは日本語をそのまま記載可能
pasteFilePath(string):ペースト先フォルダパス※Luaは日本語をそのまま記載可能
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
reaper.AZ_SetCopyFile("F:/script/test/wav","F:/script/test/copy")
FILE/FOLDER
AZ_SetCopyFile
対応バージョン:
1.0.3
以降
指定パスの中身をすべて指定パスにコピー
bottom of page