/ConfigDir is a command line setting which I’m aware of, but my Clarion 11 shortcut pinned to the toolbar just has
Target: C:\Clarion11\bin\Clarion.exe
Start In: C:\Clarion11\bin
there isnt any /configdir parameters and like I said above the only reference to a folder with config files is in the registry with the debugger and the switchs
"C:\Clarion11\bin\Cladb.exe" CLARION110.RED -s Debug -c "C:\Users\[User]\AppData\Roaming\SoftVelocity\Clarion\11.0" "C:\Users\[User]\Documents\Clarion11 Work\Library\Library.exe"\
There is no clarion.exe to be found in the windows registry with any command line parameters.
When I type from a dos window,
cladb.exe /?
I get the popup window describing -s is the section list and -c is the configdir.
Clarion.exe /?
typed into a dos windows doesnt do a popup window describing the command line options, and clarioncl.exe /?
displays the command line options in the dos window just like what can be seen in the help page titled ClarionCL.exe<13,10>(Command Line Interface to the Clarion IDE)
So at this stage, I’m still left thinking this FOLDERID_RoamingAppData\SoftVelocity\Clarion\[MajorVer]
is some sort of fallback or search location and the search location order is this:
Clarion.exe /ConfigDir=Foldername (the location specified)
Clarion.exe /ConfigDir (the same location as the exe)
clarion.exe (FOLDERID_RoamingAppData\SoftVelocity\Clarion\[MajorVer])
But as there isnt anything in the docs, and I wanted to be sure before I get a template to start working on the files.