Previous Document Next Document
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 code example displays the path to the GMS folder in the current CorelDRAW installation:

Sub Test() 
 MsgBox GMSManager.GMSPath 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.