Previous Document Next Document
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 directory.

The Path property returns a read-only value.

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

Sub PathApplication() 
 MsgBox Path 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.