When transferring all my stuff from a Windows 10 to a Windows 11 computer, I was confronted with all the hardcoded file references I
created over the years.
This TSE extension could have prevented some of those inconveniences.
https://ecarlo.nl/tse/ToolsAndExtensions.html#EditEnvVars
This extension for all variants of TSE v4.50.13 upwards lets TSE edit files with an environment variable in their name.
This should also work in macros that use an EditFile() or EditThisFile() command.
Example Windows File Open: %SystemRoot%\win.ini
Example Linux File Open: ${HOME}/.bashrc
Carlo