How to find default configuration directory

They took my computer away and I lost all of my Toad for Oracle (TFO) settings. I would like to write a PowerShell script to back them up to a network location. Through Toad Options I know where the configurations are currently kept (General => Application data directory), but since this path has the version embedded within, it evidently changes each time I install a new version.

How do I determine what the current configuration path is so that I may make a copy?

Look in C:\Users\YOUR_USER_NAME\AppData\Roaming\Quest Software\Toad for Oracle\SettingsLocations.ini.

Awesome, that is exactly what I need.