Previous Document Next Document
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 code example displays the path of the CorelDRAW configuration directory in a message box.

Sub PathConfig() 
 MsgBox ConfigPath 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.