top of page
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from AZSTOKE_SILVER_python import *
AZ_WriteFile("F:/script/test","AZSTOKE.txt","AZSTOKE Game Audio Create",0)
- SIMPLE SCRIPT -
AZ_WriteFile(directory,fileName,text,mode)
- API -
ID
FILE/FOLDER
AZ_WriteFile
対応バージョン:
1.0.0
以降
指定テキストファイルを書きだし
LUA
- API Detail -
▼入力値
directory (String):保存先フォルダパス
fileName(String) : 拡張子を入れたファイル名(AZSTOKE.txt)
text(String) : ファイルの中に記載する文章
mode(Int) : 0/上書き 1/末尾に追記 2/ファイル名の後に(番号)がつく
▼出力値
bottom of page