|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.GenerateUniqueFilename |
Top |
MiniRobotLanguage (MRL)
AIC.GenerateUniqueFilename
DESCRIPTION
Intention
Generates a unique filename with timestamp and optional prefix. This command creates a filename that includes the current date and time to ensure uniqueness, useful for saving AI responses, logs, or audio recordings without overwriting existing files.
Syntax
AIC.GenerateUniqueFilename|prefix,extension
Example
' Generate unique filename for response
filename = AIC.GenerateUniqueFilename|"ai_response",".txt"
' Result: ai_response_20260216_205045.txt