API Documentation
>
CorelDRAW
>
2025-v26
>
Application
>
IVGApplication
Application.ConfigPath property
Gets the full path of the 'Config' directory
Syntax:
Property
Get
ConfigPath
(
)
As
String
Remarks:
The
ConfigPath
property returns the path to the configuration folder.
Examples:
The following VBA example displays the path of the CorelDRAW configuration folder in a message box.
Sub PathConfig() MsgBox ConfigPath End Sub