OpenProject()

Description

Opens a TextConverter project from a file.

Syntax

Function OpenProject( path )

Parameters:

string path - a file path to a project file location.

Return value:

An exception is thrown in case of errors.

Example:

Dim TextConverter

Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )

TextConverter.OpenProject( "C:\data\Test.ConverterX" )

TextConverter.Convert() 

See also

NewProject()

SaveProject()

API Methods and Properties