This may seem an obvious question.
In the skin I am using there is a variable (FocusedPosterThumbVar) which contains the path to the artwork for the focused container item. What I need to do is test whether that variable is on any particular item set to "DefaultFolder.png"
The problem is that the obvious code would be "String.IsEqual($VAR[FocusedPosterThumbVar],DefaultFolder.png) does not work. How would I solve this problem
In the skin I am using there is a variable (FocusedPosterThumbVar) which contains the path to the artwork for the focused container item. What I need to do is test whether that variable is on any particular item set to "DefaultFolder.png"
The problem is that the obvious code would be "String.IsEqual($VAR[FocusedPosterThumbVar],DefaultFolder.png) does not work. How would I solve this problem