Object Model Reference : Classes : A : Application : Properties : Application.ConfigPath |
Property ConfigPath As String
Member of Application
The ConfigPath property returns the path to the configuration folder.
The ConfigPath property returns a read-only value.
The following VBA example displays the path of the CorelDRAW configuration folder in a message box.
Sub PathConfig() |
MsgBox ConfigPath |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.