Object Model Reference : Classes : A : Application : Properties : Application.Path |
Property Path As String
Member of Application
The Path property returns a string value associated with the full path identity of the CorelDRAW folder.
The Path property returns a read-only value.
The following VBA example displays the path of the CorelDRAW folder in a message box.
Sub PathApplication() |
MsgBox Path |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.