Previous Document Next Document

Object Model Reference : Classes : G : GMSManager : Properties : GMSManager.GMSPath


GMSManager.GMSPath

Property GMSPath As String

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.