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