We're looking at using an INI file on our Linux server for some startup information. The documentation indicates the file spec can include a path, but that doesn't seem to be the case. It also doesn't look for the file in the same directory as the executable, which is what we would expect if no path is specified. It's actually in the user launch (home) directory. (We've got that part under control, btw)
Is there something wrong in the usage? The documentation? Other? We're using v15.10 (I know...) on RHEL 7 through WindX.
After resetting a few things, including restarting a new session, it looks like all is working as documented.
(Still curious about the default path, though...)
By design the Linux PxPlus will
Look for <exename>.ini in current directory
and if not found
Look for <exename>.ini in directory where exe resides
It seems to follow the same search logic for non-exename ("mystuff.ini") files as well, instead of the prefix sequencing.