| Home | Templates | Classes | 
This page answers common questions about ProPath setup, configuration, and runtime behavior.
For additional help or updates, visit the Clarion ProSeries Website.
A: ProPath is a Clarion template and class library that automates file path and dataset management.
It ensures your data and INI files are placed in correct, predictable folders without hard-coded paths.
A: ProPath 5 supports Clarion 9.x, 10, 11.x, and 12.
Older versions may work but are not officially maintained.
A: By default, ProPath stores the INI file in the user’s MAIN Data folder.
This can be overridden in the ProPath Global template or programmatically through the class interface.
A: Yes. ProPath can manage multiple datasets if that feature is enabled.
A: Check that the dataset folder exists on the target system.
You can use the Explore Folder template to confirm that ProPath is resolving paths correctly.
Also make sure that your program was not run from an elevated installer unless it was launched non-elevated (see notes in concepts).
A: Yes. ProPath is driver agnostic and works equally well with Firebird, SQLite, and other Clarion supported data drivers.
| Home | Templates | Classes |