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