by therube » Tue Sep 02, 2025 4:05 pm
Looks like "Favourite Path=" should not be pointing to a path per se, but rather to the fullpath of a .bru.
Once that location+.bru are selected that .bru's path is remembered, such that File | Open remembers that particular path+.bru. And if all your other .bru happen to be within the same path, they too will be available for selection.
So either change
"I:\UTILITIES\Bulk Rename Utility\Actions\"
to
"I:\UTILITIES\Bulk Rename Utility\Actions\my.bru",
or File | Open -> "I:\UTILITIES\Bulk Rename Utility\Actions\my.bru" (directly).
Both actions will set the remembered path+.bru to "my.bru" within "I:\UTILITIES\Bulk Rename Utility\Actions\".
Subsequent File | Open will open to "I:\UTILITIES\Bulk Rename Utility\Actions\".
If you, down the line, point to some other .bru, outside of "I:\UTILITIES\Bulk Rename Utility\Actions\", then that path would be remembered - until you once again point back to a .bru within "I:\UTILITIES\Bulk Rename Utility\Actions\".