SystemPath Example
Sub Example_SystemPath()
' This example returns the SystemPath setting.
Dim prefFiles As AeccPreferencesFiles
Set prefFiles = AeccApplication.Preferences.Files
MsgBox "The current value for SystemPath is: " & prefFiles.SystemPath, _
vbInformation, "SystemPath Example"
End Sub