Do Icons Support relative paths?

Do button Icons Support relative pathsin dopus?

If so what is the syntax?

Paths relative to the Opus program files and config directories definitely work, when going downward at least. I've never tried going to a parent directory (presumably the usual ......\ etc. syntax would work but I haven't tried it).

You are probably better off using an environment variable in the path instead, though. That way you're not relying on Opus looking for the icons relative to a directory which may change in the future.

e.g.

%ProgramFiles%\PuTTY\putty.exe

As usual you've solved it.

"Configs\icon.ico" works

The tip about environment variables is cool but I don't install in the program files folder.