Saves the current TextConverter project to a file.
Function SaveProject( path )
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).
none
An exception is thrown in case of errors.Â
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.text_qualifier = "'"
TextConverter.SaveProject( "C:\data\Test.ConverterX" )