GetStoragePath 

Syntax

object.GetStoragePath

Description

Call this method to obtain the storage path of the currently active ELS-QB project.

Remarks

GetStoragePath method returns String containing the storage path of the currently active project.

Example

This sample code illustrates how GetStoragePath method may be used.

If ELS_QBCtrl.GetStoragePath <> “”

‘ This will reset ELS_QBCtrl

ELS_QBCtrl.SetStoragePath vbNullString

End If