IntelliCAD 11.1 Object Library
Path Property
See Also 
Application Object : Path Property

Description

Returns the path of application's EXE.

Property type

Read-only property

Syntax

Visual Basic
Public Property Path As String

Example

The following example demonstrates how to return the Path property.

Private Sub PathPropExample()

     Dim myPath As String

     myPath = Application.Path

     MsgBox ("Path is: " & myPath)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.