Returns the path to the TextConverter component's working folder.
Function GetWorkPath()
none
string - a TextConverter component's path to a working folder.
An exception is thrown in case of errors.Â
Dim TextConverter, path
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
path = TextConverter.GetWorkPath()
LoadTextFile()