API Documentation > CorelDRAW > 2025-v26 > Application > IVGApplication
Application.SetupPath property
Gets the full path of the main setup directory
Syntax:
Property Get SetupPath() As String
Remarks:
The SetupPath property returns the root path of the software installation.
Examples:
The following VBA example displays, in a message box, the path of the setup folder for the software.
Sub PathSetup()
MsgBox SetupPath 
End Sub