Hey G,
So, I've started messing with writing plugins....oh dear
when I set a variable with
vaProxy.SetText("soundsPath", "{VA_SOUNDS}\hcspack-alix\")
it seems that VA doesn't parse the token and resolve it. I can't properly tell as writing the var to log obviously resolves the token but when I use that var in a DIRECTORYEXISTS or others it doesn't work. If I save the var to profile and read it in again then it works fine.
Am I correct? Obviously I can work around this but wasn't sure if this is a bug or intended.
Lee
edit: same for things like %USERPROFILE% as well