Object Model Reference : Classes : G : GMSManager : Properties : GMSManager.GMSPath |
Property GMSPath As String
Member of GMSManager
The GMSPath property returns the path to the folder where all GMS modules are installed. The path always ends with the backslash character ( \ ).
The GMSPath property returns a read-only value.
The following VBA example displays the path to the GMS folder in the current CorelDRAW installation.
Sub Test() |
MsgBox GMSManager.GMSPath |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.