Previous Document Next Document

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


Application.SetupPath

Property SetupPath As String

Description

Member of Application

The SetupPath property returns the root path of the software installation.

The SetupPath property returns a read-only value.

VBA example

The following VBA example displays, in a message box, the path of the setup folder for the software.

Sub PathSetup()
 MsgBox SetupPath
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.