SetInputFile()
Description
Description
Sets an input file to convert.
Syntax
Syntax
Function SetInputFile( path )
Parameters
Parameters
string path - a file path to an input file location
Return value
Return value
none
An error will cause this to throw an exception.
Example
Example
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" )
See also
See also