|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIS. - AI Speech Synthesis > AIS. - AI Speech Synthesis |
AIS.SetFolder |
Top |
MiniRobotLanguage (MRL)
AIS.SetFolder
Set the working folder for AIS
Intention
The AIS.SetFolder command sets the working directory for AIS operations. This folder is used for saving MP3 files, key files, and other AIS-related data.
Syntax
AIS.SetFolder|$$FolderPath
P1 - $$FolderPath - The folder path for AIS files
Example
' Set AIS working folder
AIS.SetFolder|C:\AIS_Files\
' Save key to this folder
AIS.SaveKey|your_api_key
Related Commands
- AIS.GetFolder - Get current folder