AIC Commands

<< Click to Display Table of Contents >>

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

AIC Commands

AIC_GetFolder

Previous Top Next


Description

Short Name: gef

Get working folder

Syntax

AIC_GetFolder

Parameters

Parameter

Type

Required

Description

None

Void

No

No parameters required

Return Value

Type

Description

String

Returns the current working folder path

Remarks

·Returns full path to working directory

·Used for file operations in AIC context

·Path includes trailing backslash

Example

' Get current working folderDim folder As Stringfolder = AIC_GetFolder()Print "Working folder: " & folder

Retrieves the current working folder path used by AIC operations.

See Also

·AIC_---Artificial-Intelligenc2

·AIC_---Artificial-Intelligenc2