GetStartPath()

Description

Returns a file path to the location from where the TextConverter component was started.

Syntax

Function GetStartPath()

Parameters

none

Return value

string - a file path from where the TextConverter component was started.

An exception is thrown in case of errors. 

Example

Dim TextConverter, path

Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )

path = TextConverter.GetStartPath()

See also

SaveProject()

GetWorkPath()

API Methods and Properties