GetWorkPath()


Description

Returns the path to the TextConverter component's working folder.

Syntax

Function GetWorkPath()

Parameters

none

Return value

string - a TextConverter component's path to a working folder.

An exception is thrown in case of errors.
 

Example

Dim TextConverter, path
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
path = TextConverter.GetWorkPath()

See also