GetStartPath()
Description
Description
Returns a file path to the location from where the TextConverter component was started.
Syntax
Syntax
Function GetStartPath()
Parameters
Parameters
none
Return value
Return value
string - a file path from where the TextConverter component was started.
An exception is thrown in case of errors.Â
Example
Example
Dim TextConverter, path
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
path = TextConverter.GetStartPath()
See also
See also