ErrorFolder

PROPERTY - Read / Write

Parent Object - HL7FolderProcessor


Name: ErrorFolder

Data Type: String

Description: Get / Set the full path to the Error folder. If ArchiveErrorFiles is TRUE and this property points to a valid folder then files encountered which contain errors (no HL7 data) will automatically be placed in this folder.

 

NOTE: The object will automatically append a trailing backslash "\" character onto this property.

 

Example:

MyProcessor.ErrorFolder = "c:\MyData\Errors"

MsgBox(MyProcessor.ErrorFolder)

'Would Display "c:\MyData\Errors\"