|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Short Name: gef
Get working folder
AIC_GetFolder
Parameter |
Type |
Required |
Description |
None |
Void |
No |
No parameters required |
Type |
Description |
String |
Returns the current working folder path |
·Returns full path to working directory
·Used for file operations in AIC context
·Path includes trailing backslash
' Get current working folderDim folder As Stringfolder = AIC_GetFolder()Print "Working folder: " & folder
Retrieves the current working folder path used by AIC operations.