Sets an input file to convert.
Function SetInputFile( path )
string path - a file path to an input file location
none
An error will cause this to throw an exception.
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
TextConverter.SetInputFile( "C:\data\input.txt" )
TextConverter.Convert()
TextConverter.SaveProject( "C:\data\Test.ConverterX" )