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