AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.SetFolder

Top


MiniRobotLanguage (MRL)

 

AIC.SetFolder

Set working folder for AIC operations

 

Intention

 

The AIC.SetFolder command sets the working directory for AIC operations. This folder is used for storing temporary files, audio recordings, and other data related to AI operations.

 

Syntax

 

AIC.SetFolder|$$Path

 

P1 - $$Path - Full path to the working folder

 

Example

 

' Set working folder

AIC.SetFolder|C:\MyAI\WorkFolder

 

' Use relative path

AIC.SetFolder|..\Data\AI_Temp