Previous Document Next Document

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


Application.Path

Property Path As String

Description

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.

VBA example

The following VBA example displays the path of the CorelDRAW folder in a message box.

Sub PathApplication()
 MsgBox Path
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.