SaveProject()

Description

Saves the current TextConverter project to a file.

Syntax

Function SaveProject( path )

Parameters

string path - a file path to a project file location; if this parameter is omitted the project is saved to the same file it was loaded from (optional).

Return value

none

An exception is thrown in case of errors. 

Example

Dim TextConverter

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

TextConverter.text_qualifier = "'"

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

See also

OpenProject()

API Methods and Properties