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)

- SCRIPT -

AZ_WriteFile(directory,fileName,text,mode)

- API -

対応バージョン:

1.0.0

以降

FILE/FOLDER

AZ_WriteFile

Write the specified text file

- API Detail-

▼Input value

  • directory (string): Destination folder path

  • fileName(string): File name including extension (AZSTOKE.txt)

  • text(string): The text to be written in the file

  • mode(integer) : 0/overwrite 1/append to the end 2/add (number) to the file name

▼Output value

  • retval(boolean): Success or failure of API execution

bottom of page