Previous Document Next Document
Application.SetupPath

Property SetupPath As String

Member of Application

The SetupPath property returns the root path of the installation of the CorelDRAW suite.

The SetupPath property returns a read-only value.

The following code example displays the path of the CorelDRAW setup directory in a message box.

Sub PathSetup() 
 MsgBox SetupPath 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.