API Documentation
>
CorelDRAW
>
2025-v26
>
Application
>
IVGApplication
Application.Path property
Gets the full path of the application directory
Syntax:
Property
Get
Path
(
)
As
String
Remarks:
The
Path
property returns a string value associated with the full path identity of the CorelDRAW folder.
Examples:
The following VBA example displays the path of the CorelDRAW folder in a message box.
Sub PathApplication() MsgBox Path End Sub