ArchiveFolder

PROPERTY - Read / Write

Parent Object - HL7FolderProcessor


Name: ArchiveFolder

Data Type: String

Description: Get / Set the full path to the Archive folder. If ArchiveHL7Files is TRUE and this property points to a valid folder all files will be placed in this folder after processing is completed.

 

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

 

Example:

MyProcessor.ArchiveFolder = "c:\MyData\Archive"

MsgBox(MyProcessor.ArchiveFolder)

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