Object Model Reference : Classes : A : Application : Properties : Application.SetupPath |
Property SetupPath As String
Member of Application
The SetupPath property returns the root path of the software installation.
The SetupPath property returns a read-only value.
The following VBA example displays, in a message box, the path of the setup folder for the software.
Sub PathSetup() |
MsgBox SetupPath |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.