DefaultFilePath

Returns the path of the BlueZone installation folder.

Parameters
None.
Returns
String containing the BlueZone installation folder.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
TextVar = bzhao.DefaultFilePath
MsgBox TextVar