API Documentation > CorelDRAW > 2025-v26 > GMSManager > IVGGMSManager
GMSManager.GMSPath property
Gets a path to the folder where all GMS modules are stored
Syntax:
Property Get GMSPath() As String
Remarks:
The GMSPath property returns the path to the folder where all GMS modules are installed. The path always ends with the backslash character ( \ ).
Examples:
The following VBA example displays the path to the GMS folder in the current CorelDRAW installation.
Sub Test()
MsgBox GMSManager.GMSPath 
End Sub