Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.ConfigPath


Application.ConfigPath

Property ConfigPath As String

Description

Member of Application

The ConfigPath property returns the path to the configuration folder.

The ConfigPath property returns a read-only value.

VBA example

The following VBA example displays the path of the CorelDRAW configuration folder in a message box.

Sub PathConfig()
 MsgBox ConfigPath
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.